Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxListItem.MakeVisible(Boolean) Method

Scrolls the List View to bring the item into view.

#Declaration

Delphi
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