Vcl.ActnMan.TComboBoxProperties.AllowResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowResize: TGalleryResize read FAllowResize write FAllowResize default grNone;

C++

__property TGalleryResize AllowResize = {read=FAllowResize, write=FAllowResize, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TComboBoxProperties

Description

AllowResize specifies the allowed resizing option for the drop-down gallery.

The following table lists the possible values of AllowResize:


Value Meaning

grNone

Gallery resizing is not allowed.

grVertical

Resizing is allowed only vertically.

grBoth

Resizing is allowed both vertically and horizontally.


See Also