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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.