Gets or sets a value specifying the maximum number of rows that are displayed by the RibbonListView. If the value is set to null, the number of rows is not limited and the RibbonListView's height bounds to the actual number of rows. The default value is null.

Syntax

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

Remarks

If the actual number of rows is greater than the specified maximum number of rows, the RibbonListView is extended by a scroll bar to the right. Otherwise no scroll bar is displayed.