Drag[en]gine Script Module DragonScript  1.21
Dragengine.Gui.ListBox.Type Enum Reference

Type. More...

Public Attributes

 horizontalWrap
 displays the elements in as many rows fitting into the list height and as many columns required for the entire list. More...
 
 vertical
 Displays the elements as a single column list from top to bottom. More...
 
 verticalWrap
 displays the elements in as many columns fitting into the list width and as many rows required for the entire list. More...
 

Detailed Description

Member Data Documentation

◆ horizontalWrap

Dragengine.Gui.ListBox.Type.horizontalWrap

displays the elements in as many rows fitting into the list height and as many columns required for the entire list.

best suited to display larger lists or lists with more square like elements lik file listings with file type icons.

◆ vertical

Dragengine.Gui.ListBox.Type.vertical

Displays the elements as a single column list from top to bottom.

best suited for common lists the user can select values from fitting into a single column scrolling up and down.

◆ verticalWrap

Dragengine.Gui.ListBox.Type.verticalWrap

displays the elements in as many columns fitting into the list width and as many rows required for the entire list.

best suited to display larger lists or lists with more square like elements lik file listings with file type icons.


The documentation for this enum was generated from the following file: