RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboBoxProperties.AllowResize Property

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

Pascal
property AllowResize: TGalleryResize;
C++
__property TGalleryResize AllowResize;

AllowResize specifies the allowed resizing option for the drop-down gallery. The following are 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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!