RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBCtrlGrid.Orientation Property

Determines the order in which records from the dataset are displayed in the TDBCtrlGrid.

Pascal
property Orientation: TDBCtrlGridOrientation;
C++
__property TDBCtrlGridOrientation Orientation;

Set Orientation to goVertical (the default) to have the panels ordered in rows with a vertical scroll bar. Set Orientation to goHorizontal to arrange panels in columns with a horizontal scroll bar. 

 

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