System Controls

ListView control

GetItemAtPointer function

Description

GetItemAtPoint is unsupported for ListView control.

Workaround

Replace the use of GetItemAtPointer by using Index argument of RightClicked since they return the same value.

ItemActivate event

Description

The ItemActivate event for ListView control is unsupported.

Workaround

Copy the script in the ItemActivate event to the Clicked or DoubleClicked event.

TreeView control

SetDropHighlight function

Description

The SetDropHightlight function for TreeView control is unsupported.

Workaround

Use other functions to highlight the item specified in SetDropHighlight as the drop target. For example, change the font of the item or modify the item label.

Tab control

TabPostEvent function

Description

TabPostEvent function of tab control is unsupported.

Workaround

Use TabTriggerEvent instead.