VirtualizingPanel.BringIndexIntoView(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates the item at the specified index location and makes it visible.
protected:
virtual void BringIndexIntoView(int index) = BringIndexIntoView;
void BringIndexIntoView(int const& index);
protected virtual void BringIndexIntoView(int index);
function bringIndexIntoView(index)
Protected Overridable Sub BringIndexIntoView (index As Integer)
Parameters
- index
-
Int32
int
The index position of the item that is generated and made visible.