GalleryItemAutoSizeMode Enum
Contains values that specify how items are resized within a BaseGallery.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Default
|
Auto size mode. The size of gallery items is calculated to fit their contents while taking into account the Base |
Vertical
|
Auto height mode.
The height of gallery items is automatically calculated to vertically fit an item’s contents while taking into account the Base |
None
|
Auto sizing is disabled. The size of gallery items is fixed and specified by the Base |
#Related API Members
The following properties accept/return GalleryItemAutoSizeMode values:
#Remarks
Use the BaseGallery.ItemAutoSizeMode property to enable auto-sizing of gallery items.