windowsforms-devexpress-dot-xtrabars-dot-ribbon-bf401d14.md
Contains values that specify how a dropdown gallery can be resized.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum GallerySizeMode
Public Enum GallerySizeMode
| Name | Description |
|---|---|
Default |
The same as the GallerySizeMode.None option.
|
| None |
A dropdown gallery cannot be resized.
|
| Vertical |
A dropdown gallery can only be resized vertically.
|
| Both |
Allows a dropdown gallery to be resized horizontally and vertically.
|
The following properties accept/return GallerySizeMode values:
The GallerySizeMode type enumerates values that specify how a dropdown gallery can be resized by end-users. Use the InDropDownGallery.SizeMode property to access this setting.
See Also