RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionBar.HRowCount Property

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

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

If the action band arranges its items in columns (that is, when the Orientation property is boTopToBottom or boBottomToTop), the action band uses HRowCount internally to determine how many columns are needed to display all of the items that are not hidden. 

 

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