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

StandaloneGallery.StretchItems Property

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

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(false)]
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