DashboardLayout for WinForms | ComponentOne
C1.Win.SplitContainer Namespace / ThemeScrollableControl Class
Members

In This Topic
    ThemeScrollableControl Class
    In This Topic
    Defines a base class for themeable controls that support auto-scrolling behavior.
    Syntax
    'Declaration
     
    
    Public MustInherit Class ThemeScrollableControl 
       Inherits System.Windows.Forms.ScrollableControl
    public abstract class ThemeScrollableControl : System.Windows.Forms.ScrollableControl 
    Remarks
    ThemeScrollBars works only in AutoScroll mode.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   C1.Win.SplitContainer.ThemeScrollableControl
                      C1.Win.SplitContainer.C1SplitterPanel

    See Also