Version

MinEmptyRowsHeaderWidth Property

Gets or sets the minimun width of the rows header panel when there is no rows in it.
Syntax
'Declaration
 
Public Property MinEmptyRowsHeaderWidth As Double
public double MinEmptyRowsHeaderWidth {get; set;}

Property Value

The minimun width of empty rows header.
Remarks
This value has meaning only when AllowCompactLayout is false. This value can be any value equal to or greater than 20.0
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