Panel control, automatically maintains scroll bar position

Source: Internet
Author: User
We know that when the MaintainScrollPositionOnPostBack property of the page is True, the page automatically maintains the scroll bar position when postback.

In the previous article, "Maintaining the Panel scroll bar position", we also described how to use HiddenField to maintain the position of the Panel scroll bar, and in this article we will extend the Panel control to the same principle, making the Panel control automatically functional.

We'll inherit the Panel control and name it Tbpanel, and like Page, add a MaintainScrollPositionOnPostBack property to the Tbpanel. When MaintainScrollPositionOnPostBack is set to True, Tbpanel automatically maintains the position of the scroll bar when postback.

Tbpanel Complete program code is as follows

1Imports System
2Imports System.Collections.Generic
3Imports System.ComponentModel
4Imports System.Text
5Imports system.web
6Imports System.Web.UI
7Imports System.Web.UI.WebControls
8
9ToolboxData ("<{0}:tbpanel runat=server>") > _
10Public Class Tbpanelclass Tbpanel
One Inherits System.Web.UI.WebControls.Panel
Private Fmaintainscrollpositiononpostback as Boolean = False
13
14/**/' "
"'" Postback when automatic dimension <<



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.