InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ScrollBarElement Class
Members

In This Topic
    ScrollBarElement Class
    In This Topic
    Element that looks and behaves like a WinForms System.Windows.Forms.ScrollBar.
    Object Model
    ScrollBarElement Class
    Syntax
    'Declaration
     
    Public Class ScrollBarElement 
       Inherits StackPanel
    public class ScrollBarElement : StackPanel 
    Remarks

    If no Style is assigned to this element, it will render itself using Windows Visual Styles.

    Use the StackPanel.Orientation property to control whether the ScrollBarElement should be rendered as a vertical or horizontal scrollbar.

    Inheritance Hierarchy

    System.Object
       C1.Framework.Element
          C1.Framework.BasePanel
             C1.Framework.StackPanel
                C1.Framework.ScrollBarElement

    See Also