TcxGridCardViewInfo.MakeRowVisible(TcxGridCardViewRow) Method
Makes the specified row visible in the current card.
Declaration
procedure MakeRowVisible(ARow: TcxGridCardViewRow); virtual;
Parameters
Name | Type |
---|---|
ARow | TcxGridCardViewRow |
Remarks
The MakeRowVisible procedure scrolls the current card vertically until the row specified by the ARow parameter becomes visible in the card.
Note
This procedure works with visible rows (the Row.Visible is set to True) only.
See Also