Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGallery Class / MinVisibleItems Property

In This Topic
    MinVisibleItems Property (RibbonGallery)
    In This Topic
    Gets or sets the minimum number of visible items in expanded mode.
    Syntax
    'Declaration
     
    
    Public Property MinVisibleItems As Integer
    public int MinVisibleItems {get; set;}
    Remarks
    Set to 0 to disable this property.
    See Also