StackPanel.ItemSizeChanging

Syntax

ItemSizeChanging: function (sender, args)

Parameters

sender. Event source.

args. Event information. Available argument: Item - returns the item with changed size.

Description

The ItemSizeChanging event occurs on changing panel sizes 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 description of the StackPanel.DeferredResize property.

See also:

StackPanel