Skip to main content

FlipView.ItemSizeMode Property

Specifies the mode according to which this FlipView sizes its child items.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public ItemSizeMode ItemSizeMode { get; set; }

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