Skip to main content

StandaloneGallery.StretchItems Property

Gets or sets whether items are stretched to the gallery’s width.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
public bool StretchItems { get; set; }

Property Value

Type Default Description
Boolean false

true if gallery items are stretched to the gallery’s width; otherwise, false.

Remarks

When items are stretched, their images are not stretched.

A gallery’s BaseGallery.ColumnCount property is not in effect when item stretching is enabled.

See Also