Click or drag to resize

ThumbnailViewScrollTo Method (Int32)

Scrolls the control to a specific column or row.

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 ScrollTo(
	int columnOrRow
)

Parameters

columnOrRow
Type: SystemInt32
The column or row to bring to the top. If ThumbnailLayout is Horizontal, this value will be the column, otherwise it specifies the row.
See Also