FlipView.ItemSizeMode Property
Specifies the mode according to which this FlipView sizes its child items.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v25.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
| Type | Description |
|---|---|
| ItemSizeMode | A ItemSizeMode object that specifies the sizing mode. |
Available values:
| Name | Description |
|---|---|
| Auto | Items scale according to their original size. |
| Stretch | Items stretch to fit the actual container size. |
See Also