Unit 'MUIClass.Group' Package
[Overview][Classes][Index] [#MUIClass]

TMUIListView.ScrollerPos

[i] Specifies the position of a listviews scrollbar.

Declaration

Source position: MUIClass.Group.pas line 106

published property TMUIListView.ScrollerPos : Integer
  read FScrollerPos
  write SetScrollerPos
  default MUIV_Listview_ScrollerPos_Default;

Description

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:

MUIV_Listview_ScrollerPos_Default
Scroller as defined in Prefs
MUIV_Listview_ScrollerPos_Left
Scroller on Left Side
MUIV_Listview_ScrollerPos_Right
Scroller on Right side
MUIV_Listview_ScrollerPos_None
Disable Scroller

Documentation generated on: 2024-04-25