Enum ListMouseBehavior

Specifies how mouse button input by the user should be handled in a list with multiple items.

enum ListMouseBehavior : int { ... }

Enum members

NameDescription
activateOnRelease Clicks items when the mouse button is released. Causes at most one select event per mouse click, potentially allows the user to cancel selection when aborted on mouse leave.
activateWhilePressed Clicks items while the mouse button is down. Moving the mouse while dragging causes items under the mouse to be selected during the drag operation.