RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionPivot.GroupLayout Property

Specifies how the dimension buttons and summary control are arranged on the decision pivot.

Pascal
property GroupLayout: TDecisionButtonPosition;
C++
__property TDecisionButtonPosition GroupLayout;

Set Layout to specify the organization of a decision pivot. Layout can have one of the following values:

Value 
Meaning 
xtHorizontal  
The controls in the pivot are lined up side by side.  
xtVertical  
The controls in the pivot are lined up top to bottom.  
xtLeftTop  
The controls in the pivot are lined up along the edges of the pivot, with the row dimensions down the left side, the column dimensions along the top, and the summary control in the upper left corner.  

When Layout is xtLeftTop, the center of the decision pivot is empty. A decision graph or decision grid can be placed in this empty spot so that the buttons line up with the dimensions they control.  

When Layout is xtHorizontal or xtVertical, the summary control appears first, followed by a the row dimensions and then the column dimensions. The Groups property can omit any of these from the layout. 

 

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