Skip to content

Horizontal ListView for Unity's UI Toolkit, decompiled and adapted from Unity's vertical ListView

Notifications You must be signed in to change notification settings

achimmihca/Unity-UIToolkit-ListViewHorizontal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity-UIToolkit-ListViewHorizontal

Horizontal ListView for Unity's UI Toolkit. The VisualElement has been created by decompiling and adapting Unity's vertical ListView. Therefor, x / width / horizontal has been swapped with y / height / vertical.

Sadly, the ListView VisualElement from Unity does not provide horizontal direction, only vertical (see Unity forum), hence this workaround.

Note that some implementation details have been skipped either because internal API was not reachable or because I did not need these features. Skipped features include

  • DragAndDrop to reorder items
  • dynamic item width

About

Horizontal ListView for Unity's UI Toolkit, decompiled and adapted from Unity's vertical ListView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages