TdxInMenuGalleryOptions.DropDownGalleryResizing Property
In This Article
Specifies the manner in which a sub-menu’s dropdown window for a collapsed gallery can be resized by end-users.
#Declaration
Delphi
property DropDownGalleryResizing: TdxRibbonGalleryDropDownResizing read; write; default gsrWidthAndHeight;
#Property Value
Type | Default |
---|---|
Tdx |
gsr |
#Remarks
Refer to the TdxRibbonGallerySubmenuResizing description, for details.
The default value of the DropDownGalleryResizing property is gsrWidthAndHeight.
See Also