Gets or sets a value indicating whether this RibbonListView's drop down menu displays additionally to the drop down items the control's RibbonListViewItems or not. The default value is false.

Syntax

public bool ShowItemsInDropDown { get; set; }
Public Property ShowItemsInDropDown() As Boolean

Remarks

The RibbonListView is extended by a drop-down button to the right if this property is set to true and the actual number of rows is greater than the specified maximum number of rows.