ListBox.ShowDropIndicator
From Xojo Documentation
This item was deprecated in version 2019r2. Please use ListBox.DropIndicatorVisible as a replacement. |
Property (As Boolean )
aListBox.ShowDropIndicator = newBooleanValue
or
BooleanValue = aListBox.ShowDropIndicator
Supported for all project types and targets.
or
BooleanValue = aListBox.ShowDropIndicator
Supported for all project types and targets.
Determines whether or not the drop indicators appear. This property simply changes the appearance of the listbox. It does not prevent the new events from firing.