Version

MaxItemsPerColumn Property

Returns or sets the maximum number of items allowed in a column of the list(s) displayed in the Navigator user interface. The default value is 15. If this property is set to a value less than 1 an ArgumentOutOfRange exception will be thrown.
Syntax
'Declaration
 
Public Property MaxItemsPerColumn As Integer
public int MaxItemsPerColumn {get; set;}
Remarks
This value affects both the list of panes and the list of MDI child windows. Note, this value should be seen as a "preffered" setting. In some situations it is necessary for this value to be resolved to a different value than specified. For example, if the PaneListMaxColumns property is set to 1 and this property is set 1, it is necessary to resolve the number of items in the column to 3 so that at least one item and scroll button(s) can be displayed. Another reason this property might be resolved to a different value than specified is if there is not enough space on the screen to display the requested number of items in a column. In most situations, however, the specified value will be used.
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