Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / ToolStripPanel Class / MaxToolCount Property

In This Topic
    MaxToolCount Property
    In This Topic
    Gets or Sets the maximum number of tools that can be shown inline. The rest will be shown in the overflow menu.
    Syntax
    'Declaration
     
    
    Public Property MaxToolCount As Integer
    public int MaxToolCount {get; set;}
    See Also