ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Popup Class / IsResizable Property

In This Topic
    IsResizable Property
    In This Topic
    Gets or sets a value that determines whether the popup can be resized by dragging its edges with the mouse.
    Syntax
    'Declaration
     
    
    Public Property IsResizable As Boolean
    public bool IsResizable {get; set;}
    Remarks
    You can limit the size of the popup by setting the host element's max-width, min-width, max-height, and min-height CSS properties.
    See Also