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