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

TdxCustomGalleryControl.MakeItemVisible(TdxGalleryControlItem) Method

Scrolls the gallery control to bring a specified gallery item into view.

#Declaration

Delphi
procedure MakeItemVisible(AItem: TdxGalleryControlItem);

#Parameters

Name Type
AItem TdxGalleryControlItem

#Remarks

The item to be located in the gallery is passed as the AItem parameter.

This method does nothing if the gallery control is currently locked for updates with the BeginUpdate/EndUpdate method blocks.

See Also