Back to Devexpress

FlowLayoutControl.ItemsSizeChanged Event

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-flowlayoutcontrol-265080e5.md

latest2.4 KB
Original Source

FlowLayoutControl.ItemsSizeChanged Event

Fires after a layer (column or row) of items has been resized.

Namespace : DevExpress.Xpf.LayoutControl

Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public event ValueChangedEventHandler<Size> ItemsSizeChanged
vb
Public Event ItemsSizeChanged As ValueChangedEventHandler(Of Size)

Event Data

The ItemsSizeChanged event's data class is ValueChangedEventArgs<Size>. The following properties provide information specific to this event:

PropertyDescription
NewValueGets an object that represents the new value of a specific property.
OldValueGets 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

AllowLayerSizing

LayerWidth

ShowLayerSeparators

FlowLayoutControl Class

FlowLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace