Specifies whether mover bars are displayed on a ListBox control. Available at design time; read/write at run time.
Syntax
ListBox.MoverBars[ = lExpr]
Settings
lExpr
The settings for the MoverBars property are:
Setting | Description |
True (.T.) | Mover bars are displayed. Users can interactively re-order the contents of the control. |
False (.F.) | (Default) Mover bars are not displayed. |
Remarks
The MoverBars property is only available if the RowSourceType property is set to 0 (None) or 1 (Value).