MoverBars Property

Specifies whether mover bars are displayed on a ListBox control. Available at design time; read/write at run time.

ListBox.MoverBars[ = lExpr]

Return Value

  • lExpr
    The settings for the MoverBars property are:

    Setting

    Description

    True (.T.)

    Display mover bars.

    Users can interactively reorganize the contents of the control.

    False (.F.)

    Does not display mover bars. (Default)

Remarks

Applies To: ListBox

You can select and move an item by pressing CTRL+UP ARROW, CTRL+DOWN ARROW, using the mouse, or programmatically by calling the MoveItem method. The OnMoveItem event occurs when an item moves up or down in a list box.

The MoverBars property is available only if the RowSourceType property is set to 0 (None) or 1 (Value).

See Also

Reference

RowSourceType Property

ScrollBars Property

OnMoveItem Event

MoveItem Method

Other Resources

Properties (Visual FoxPro)