Click or drag to resize

ExplorerBrowserEnsureVisible Method

Scrolls to the item at the specified index.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public void EnsureVisible(
	int pIndex
)

Parameters

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