Back to Devexpress

TdxRibbonGallerySubmenuResizing Enum

vcl-dxribbongallery-a1f4460e.md

latest839 B
Original Source

TdxRibbonGallerySubmenuResizing Enum

Enumerates available types of an in-Ribbon gallery‘s dropdown window resizing.

Declaration

delphi
TdxRibbonGallerySubmenuResizing = (
    gsrNone,
    gsrHeight,
    gsrWidthAndHeight
);

Members

Name
gsrNone
gsrHeight
gsrWidthAndHeight

Remarks

Values include:

ValueMeaning
gsrNoneDisables both horizontal and vertical resizing.
gsrHeightEnables vertical resizing.
gsrWidthAndHeightEnables both horizontal and vertical resizing.

See Also

TdxCustomRibbonGalleryOptions.SubmenuResizing

dxRibbonGallery Unit