Version

RowHeaderLayout Property

Returns or sets a value indicating the manner in which row headers appear in the user interface.
Syntax
'Declaration
 
Public Property RowHeaderLayout As RowHeaderLayout
public RowHeaderLayout RowHeaderLayout {get; set;}
Remarks

When set to 'Standard', each hierarchy and each level therein occupy one logical column. Use this setting when real estate conservation is not a consideration.

When set to 'Compact', headers for each level n within a given hierarchy appear as children of the associated level (n - 1) header, forming a tree-like structure. Each hierarchy appears as a separate column.

When set to 'SuperCompact', headers for each level within a given hierarchy appear in one column, with each header having the same width. The content of the header, i.e., it's text and/or image, as well as the expansion indicator, is indented from the left edge of the header, with the amount of indentation directly proportional to that header's level within it's hierarchy. Use this setting to maximize usage of horizontal real estate.

Note that the RowHeaderIndentation property can be used to control indentation for the 'Compact' and 'SuperCompact' settings.

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