Skip to main content

TdxCustomListView.MakeItemVisible(TdxListItem,TdxVisibilityType) Method

Scrolls the List View to move the specified item into view.

Declaration

procedure MakeItemVisible(AItem: TdxListItem; AVisibleType: TdxVisibilityType);

Parameters

Name Type Description
AItem TdxListItem

A list item.

AVisibleType TdxVisibilityType

A scroll-related option of the control’s behavior when it moves a specific item into view.

See Also