Vcl.RibbonActnCtrls.TRibbonGripItem.GalleryResize
Delphi
property GalleryResize: TGalleryResize read FGalleryResize write FGalleryResize;
C++
__property Vcl::Actnman::TGalleryResize GalleryResize = {read=FGalleryResize, write=FGalleryResize, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TRibbonGripItem |
Description
Calculates the size of the control.
GalleryResize specifies whether the gallery can be resized. The property can take 3 values:
| Value | Meaning |
|---|---|
|
grNone |
The gallery cannot be resized. |
|
grVertival |
The gallery can be resized vertically. |
|
grBoth |
The gallery can be resized both vertically and horizontally. |