ThumbnailViewEnsureVisible Method (Thumbnail) |
Scrolls a thumbnail into view if it is not already visible.
Use this method to bring a
Thumbnail into view.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void EnsureVisible(
Thumbnail thumbnail
)
Public Sub EnsureVisible (
thumbnail As Thumbnail
)
Parameters
- thumbnail
- Type: Atalasoft.Imaging.WinControlsThumbnail
The thumbnail to bring into view.
Remarks If the thumbnail needs to be scrolled down, it will be positioned at the top of the control. If the
thumbnail needs to be scrolled up, it will be positioned at the bottom of the control.
See Also