Show contents 

Working with General Visual Components > Classes > StackPanel > StackPanel.getItemByPoint

StackPanel.getItemByPoint

Syntax

getItemByPoint(x, y);

Parameters

x. Horizontal coordinate.

y. Vertical coordinate.

Description

The getItemByPoint method returns container item by the specified coordinates.

Example

The example of method use is given in description of the StackPanel.DeferredResize property.

See also:

StackPanel