Enumeration TapBehavior

Specifies how items in a ListView respond to the tap interaction.

Index

Enumeration members

Enumeration members

public directSelect: TapBehavior

The item is selected and invoked.

public invokeOnly: TapBehavior

The item is invoked but not selected.

public none: TapBehavior

Nothing happens.

public toggleSelect: TapBehavior

The item is selected if was not already selected, and its deselected if it was already selected.