Skip to main content

TcxGridCardViewRowLayoutController.SetPosition(TcxGridCardViewRow,Integer,Integer) Method

Moves the target row to a specified position.

Declaration

procedure SetPosition(ARow: TcxGridCardViewRow; ALayerIndex: Integer; AIndexInLayer: Integer);

Parameters

Name Type
ARow TcxGridCardViewRow
ALayerIndex Integer
AIndexInLayer Integer

Remarks

To place ARow at a new location, the SetPosition method accepts the card row’s new coordinates specified in layer-and-item dimensions (see the card row’s Position.LayerIndex and Position.IndexInLayer properties).

The ARow parameter specifies the card row to be placed at a new location.

The ALayerIndex parameter specifies the layer‘s position in a card and the AIndexInLayer parameter specifies the ARow‘s position in a layer.

See Also