ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / ScaleChildren Property

In This Topic
    ScaleChildren Property (C1Combo)
    In This Topic
    Gets a value that determines the scaling of child controls.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property ScaleChildren As Boolean
    protected override bool ScaleChildren {get;}

    Property Value

    true if child controls will be scaled when the System.Windows.Forms.Control.Scale(System.Single) method on this control is called; otherwise, false. The default is true.
    See Also