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

In This Topic
    NeedsOverflow Property
    In This Topic
    Gets true if not all the items were laid out.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NeedsOverflow As Boolean
    public bool NeedsOverflow {get;}
    See Also