TcxGridCardViewRowLayoutController.SetCoordinates(TcxGridCardViewRow,TcxGridCardRowCoordinates) Method
In This Article
Places ARow at a specified position.
#Declaration
Delphi
procedure SetCoordinates(ARow: TcxGridCardViewRow; ACoordinates: TcxGridCardRowCoordinates); overload;
#Parameters
Name | Type |
---|---|
ARow | Tcx |
ACoordinates | Tcx |
#Remarks
To place ARow at a new location, the SetCoordinates method accepts the card row’s new coordinates specified in row-and-column dimensions (see the card row’s Position.ColIndex and Position.RowIndex properties).
The ARow parameter specifies the card row to be placed at a new location.
The first overload accepts row-and-column coordinates through the AColIndex and ARowIndex parameters.
The second accepts row-and-column coordinates through the ACoordinates record.
See Also