RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionBar.VRowCount Property

Indicates the number of rows of items that the action band displays.

Pascal
property VRowCount: Integer;
C++
__property int VRowCount;

If the action band arranges its items in rows (that is, when the Orientation property is boLeftToRight or boRightToLeft), the action band uses VRowCount internally to determine how many rows are needed to display all of the items that are not hidden. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!