FlowLayoutControl.ItemsSizeChanged Event
In This Article
Fires after a layer (column or row) of items has been resized.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
#Event Data
The ItemsSizeChanged event's handler receives an argument of the ValueChangedEventArgs<Size> type. The following properties provide information specific to this event:
Property | Description |
---|---|
New |
Gets an object that represents the new value of a specific property. |
Old |
Gets an object that represents the old value of a specific property. |
#Remarks
Resizing a layer (column or row) of items changes the value of the FlowLayoutControl.LayerWidth property. The ItemsSizeChanged event fires after this property has been changed.
Item re-sizing is enabled if the FlowLayoutControl.AllowLayerSizing and FlowLayoutControl.ShowLayerSeparators properties are enabled.
See Also