Skip to main content

TdxListItem.MakeVisible(Boolean) Method

Scrolls the List View to bring the item into view.

Declaration

procedure MakeVisible(PartialOK: Boolean);

Parameters

Name Type Description
PartialOK Boolean

If False, the procedure scrolls the control only if the item is outside the client area. If True, the control brings the item into view if the item is partially visible or outside the client area.

Remarks

If all list items do not fit in the List View control, it displays scrollbars that allow a user to scroll through the control. In this case, a MakeVisible procedure call can scroll the List View to bring the item into view.

See Also