Click or drag to resize

ExplorerBrowserEnsureVisible Method

Scrolls to the item at the specified index.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public void EnsureVisible(
	int pIndex
)

Parameters

pIndex
Type: SystemInt32
The index of the item to be shown.
Exceptions
ExceptionCondition
COMExceptionif item could not be made visible e.g. in control panel.
See Also