DataGridCellsPanel.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.
Scrolls the viewport to the item at the specified index.
protected public:
override void BringIndexIntoView(int index);
protected internal override void BringIndexIntoView (int index);
override this.BringIndexIntoView : int -> unit
Protected Friend Overrides Sub BringIndexIntoView (index As Integer)
Parameters
- index
- Int32
The index of the item that should become visible.
Exceptions
The index is out of range.
Notes to Inheritors
When overriding BringIndexIntoView(Int32) in a derived class, make sure that you call the base class' BringIndexIntoView(Int32) method; otherwise, important functionality will be disabled.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.