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
)
Public Sub EnsureVisible (
pIndex As Integer
)
public:
void EnsureVisible(
int pIndex
)
member EnsureVisible :
pIndex : int -> unit
Parameters
- pIndex
- Type: SystemInt32
The index of the item to be shown.
Exceptions Exception | Condition |
---|
COMException | if item could not be made visible e.g. in control panel. |
See Also