ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SuperPanel Namespace / C1SuperPanel Class / MaintainScrollPositionOnPostback Property

In This Topic
    MaintainScrollPositionOnPostback Property
    In This Topic
    Gets or sets a value indicating whether C1SuperPanel will maintain the scroll position on postback.
    Syntax
    'Declaration
     
    Public Property MaintainScrollPositionOnPostback As System.Boolean
    public System.bool MaintainScrollPositionOnPostback {get; set;}
    See Also