PanelBar control for ASP.NET
PanelBar control for ASP.NET

Introduction
The PanelBar control is a rich UI web control. It can be used to build an Outlook-style application. I'm providing this control as a sample for building ASP.NET custom controls. Click here for an online demo.
Using the control
The PanelBar has full design support. So, using the control is fairly simple. Just install the component by adding the PanelBar.dll to the list of components in Visual Studio. NET. Drag an instance of the PanelBar component on a form and set the design-time properties. The PanelBar has an items property which gives access to the collection of PanelBarItems. The appearance of each button can be set by using the Text and ImageUrl properties. The PanelBar component also has an ImageUrl property that is used for providing a default image for the buttons.
About the code
The code is very well commented. The following classes are defined:
ScrollPanel: implements a scrollablePanel, used as a base class for thePanelBarcontrolPanelBar: implements thePanelBarcontrolPanelBarItem: implements thePanelBarbuttons (consists of aLinkButtonand anImageButton)PanelBarControlBuilder: implements the control builder for thePanelBarPanelBarControlDesigner: implements the control designer for thePanelBar
原文地址:http://www.codeproject.com/aspnet/panelbar.asp
posted on 2004-05-22 13:22 Commansource 阅读(310) 评论(0) 收藏 举报
浙公网安备 33010602011771号