Version

EnterSnakingMode Method

Used to tell the selection manager to enter snaking mode if appropriate for the item type being selected.
Syntax
'Declaration
 
Sub EnterSnakingMode( _
   ByVal item As Infragistics.Shared.ISelectableItem _
) 
void EnterSnakingMode( 
   Infragistics.Shared.ISelectableItem item
)

Parameters

item
Remarks
Snaking refers to range selection where the items being selected form a snaking pattern instead of a rectangular pattern. For eample, if in a grid that contained 5 columns the user was selecting a range of cells from different rows, the selection could be either rectangular or snake from row to row in which case all cells from intervening rows would get selected.
Requirements

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