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

In This Topic
    MaxDropDownHeight Property (RibbonGallery)
    In This Topic
    Gets or sets the maximum height of drop-down.
    Syntax
    'Declaration
     
    
    Public Property MaxDropDownHeight As Integer
    public int MaxDropDownHeight {get; set;}
    Remarks
    Default value is 420 px, minimum value is 100 px.
    See Also