Version

SetActiveCell(CellBase,CellAlignment,InvokeAction,Boolean,Boolean) Method

Actually sets the ActiveCell of the XamGrid
Syntax
'Declaration
 
Protected Friend Overloads Overridable Sub SetActiveCell( _
   ByVal cell As CellBase, _
   ByVal alignment As CellAlignment, _
   ByVal action As InvokeAction, _
   ByVal allowSelection As Boolean, _
   ByVal scrollIntoView As Boolean _
) 
protected internal virtual void SetActiveCell( 
   CellBase cell,
   CellAlignment alignment,
   InvokeAction action,
   bool allowSelection,
   bool scrollIntoView
)

Parameters

cell
The CellBase that should be marked as Active
alignment
If the active cell should be aligned to the top or bottom.
action
The action that caused this method to be invoked.
allowSelection
If selection should occur when setting the active cell.
scrollIntoView
Determines if the cell should be scrolled into view
Remarks
The ActiveCell must be a Cell or Infragistics.Controls.Grids.Primitives.ChildBandCell If both alignedTop and bottom are set, aligned top will win.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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