Skip to main content

TdxCustomGalleryControl.MakeItemVisible(TdxGalleryControlItem) Method

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

Declaration

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