Version

PaneListMaxColumns Property

Returns or sets the maximum number of columns displayed in the list of dockable panes, in the Navigator user interface. The default value is 4. If this property is set to a value less than 1 an ArgumentOutOfRange exception will be thrown.
Syntax
'Declaration
 
Public Property PaneListMaxColumns As Integer
public int PaneListMaxColumns {get; set;}
Remarks
The resolved value of this property is based on the number of items there are to fill the columns, the MaxItemsPerColumn setting, and the size of the screen on which the Navigator form is displayed.
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