ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / ResizeSettings Class / AutoHide Property

In This Topic
    AutoHide Property
    In This Topic
    A value that indicates whether the handles are automatically hidden when mouse out of the element.
    Syntax
    'Declaration
     
    Public Property AutoHide As System.Boolean
    public System.bool AutoHide {get; set;}
    Remarks
    If set to true, automatically hides the handles except when the mouse hovers over the element.
    See Also