InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputDatePicker Class / AutoAdjustWidth Property

In This Topic
    AutoAdjustWidth Property (InputDatePicker)
    In This Topic
    Gets o sets a value indicates whether the width of the component should automatically align to the width of the InputPanel or not.
    Syntax
    'Declaration
     
    Public Overridable Property AutoAdjustWidth As Boolean
    public virtual bool AutoAdjustWidth {get; set;}
    Remarks
    Changes to the Width and Break properties will be ignored as long as AutoAdjustWidth is set to true.
    See Also