Gets or sets a value specifying the maximum number of columns in this RibbonListView. If the value is set to null, the number of columns is the maximum number of columns which can be displayed inside the control. The default value is null.

Introduced: X15.

Syntax

public int? MaxColumnCount { get; set; }
Public Property MaxColumnCount() As Nullable(Of Integer)