Skip to main content

TcxGridCardViewRowLayoutController.SetCoordinates(TcxGridCardViewRow,TcxGridCardRowCoordinates) Method

Places ARow at a specified position.

Declaration

procedure SetCoordinates(ARow: TcxGridCardViewRow; ACoordinates: TcxGridCardRowCoordinates); overload;

Parameters

Name Type
ARow TcxGridCardViewRow
ACoordinates TcxGridCardRowCoordinates

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