RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.AdjustDropDown Method

Adjusts the size and position of the drop down list.

Pascal
procedure AdjustDropDown; virtual;
C++
virtual __fastcall AdjustDropDown();

TCustomCombo calls AdjustDropDown when it drops down the drop-down list. This method adjusts the size and position of the drop-down list to reflect the values of the ItemHeight and DropDownCount properties. 

 

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