Skip to main content
A newer version of this page is available. .

FlipView.ItemSizeMode Property

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

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v19.1.dll

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