Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarPanel Class
Members

In This Topic
    ScrollBarPanel Class
    In This Topic
    Panel that plays the role of a System.Windows.Forms.ScrollableControl).
    Object Model
    ScrollBarPanel ClassElementList ClassElement ClassElement ClassIView InterfaceElement ClassStyle ClassElement ClassScrollablePanel ClassScrollBarElement ClassScrollBarElement ClassStyle Class
    Syntax
    'Declaration
     
    
    Public Class ScrollBarPanel 
       Inherits BasePanel
    public class ScrollBarPanel : BasePanel 
    Remarks

    This element contains a ScrollablePanel that contains the content to display and two ScrollBarElement objects that are displayed as needed and control the scroll position on the main panel.

    If the panel contains an Element that is Element.HitTestable, then it will honor the mouse wheel in addition to the scrollbars.

    Inheritance Hierarchy

    System.Object
       C1.Framework.Element
          C1.Framework.BasePanel
             C1.Framework.ScrollBarPanel

    See Also