C1.Win.4.8 Assembly / C1.Framework Namespace / ScrollBarElement Class
Members

ScrollBarElement Class
Element that looks and behaves like a WinForms System.Windows.Forms.ScrollBar.
Object Model
ScrollBarElement Class
Syntax
'Declaration
 
Public Class ScrollBarElement 
   Inherits 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