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.
When implemented in a derived class, generates the item at the specified index location and makes it visible.
protected public:
virtual void BringIndexIntoView(int index);
protected internal virtual void BringIndexIntoView (int index);
abstract member BringIndexIntoView : int -> unit
override this.BringIndexIntoView : int -> unit
Protected Friend Overridable Sub BringIndexIntoView (index As Integer)
Parameters
- index
- Int32
The index position of the item that is generated and made visible.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.