StandaloneGallery.StretchItems Property
Gets or sets whether items are stretched to the gallery’s width.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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