True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DisplayColumn Class / ScaleDropDownHeight Property

In This Topic
    ScaleDropDownHeight Property (C1DisplayColumn)
    In This Topic
    Gets or sets a value indicating whether the height of the dropdown list is scaled to fit the height of the C1TrueDBGrid.
    Syntax
    'Declaration
     
    Public Property ScaleDropDownHeight As System.Boolean
    public System.bool ScaleDropDownHeight {get; set;}
    See Also