[i] Specifies the position of a listviews scrollbar.
Source position: MUIClass.Group.pas line 109
published property TMUIListView.ScrollerPos : Integer |
If you specify MUIV_Listview_ScrollerPos_None, your listview wont get a scroller at all and look much like a list object alone. However, listviews without scroller are still more powerful than list objects as they feature e.g. drag'n'drop possibilities.
Creating listviews without a scrollbar makes sense if you want to have the scrollbar somewhere else, e.g. outside of a horizontal virtual group where the listview resides. This technique allows the creation of horizontally scrollable listviews.
Values: