Xceed Grid for WinForms v4.3 Documentation
BringIntoView Method (GridElement)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GridElement Class : BringIntoView Method
Brings the grid element into the visible area of the grid.
Syntax
'Declaration
 
Public MustOverride Sub BringIntoView() 
'Usage
 
Dim instance As GridElement
 
instance.BringIntoView()
public abstract void BringIntoView()
Remarks
When overriding BringIntoView in a derived class, you must make sure that the grid element is always brought into view, no matter its state or its parent state. For example, if the grid element is in a collapsed group, the group should be expanded. If the element is out of the grid's visible body, the grid should be scrolled until the element is in view.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridElement Class
GridElement Members