FlipView.ItemSizeMode Property
In This Article
Specifies the mode according to which this FlipView sizes its child items.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
public ItemSizeMode ItemSizeMode { get; set; }
#Property Value
Type | Description |
---|---|
Item |
A Item |
Available values:
Name | Description |
---|---|
Auto | Items scale according to their original size. |
Stretch | Items stretch to fit the actual container size. |
See Also