Version

RowLayoutCellNavigation Enumeration

Syntax
'Declaration
 
Public Enum RowLayoutCellNavigation 
   Inherits System.Enum
public enum RowLayoutCellNavigation : System.Enum 
Members
MemberDescription
AdjacentWhen navigating cells using left/right/up/down arrow keys, Adjacent option will move to the next row once the cells in current logical row-layout column or row are exhausted. For example, when navigating via down arrow if the current cell is the last cell in the logical row-layout column then the first cell of that same logical row-layout column in the next row will be activated.
DefaultDefault. Deault is resolved to Snaking.
SnakingWhen navigating cells using left/right/up/down arrow keys, Snaking option will traverse all the cells of a row before moving to a different row. For example, when navigating via down arrow if the current cell is the last cell in the logical row-layout column then the first cell in the next logical column of the same row will be activated.
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