StackPanel.ItemSizeChanged

Syntax

ItemSizeChanged: function (sender, args)

Parameters

sender. Event source.

args. Event information. Available argument: Item - gets the item whose size is changed.

Description

The ItemSizeChanged event occurs after resizing panel of the StackPanel component.

Comments

To enable panel resizing, the StackPanel.IsContentResizable property must be set to True.

Example

The example of event use is given in the page with description of the StackPanel.IsContentResizable property.

See also:

StackPanel