Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether mover bars are displayed on a ListBox control. Available at design time; read/write at run time.
ListBox.MoverBars[ = lExpr]
Property Values
- 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).
See Also
RowSourceType Property | ScrollBars Property
Applies To: ListBox