TcxCustomGridTableItem.MakeVisible Method
Scrolls the View’s content to bring the item into view.
Declaration
procedure MakeVisible;
Remarks
Call the MakeVisible procedure to bring the item into view if the item is outside the View’s client area. If an in-place edit form is open, a MakeVisible procedure call scrolls the form instead to bring the form’s item into view.
See Also