Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / ScrollViewerScrollBar Class
Members

In This Topic
    ScrollViewerScrollBar Class
    In This Topic
    ScrollBar of C1ScrollViewer.
    Object Model
    ScrollViewerScrollBar Class
    Syntax
    'Declaration
     
    
    <LocalizabilityAttribute(LocalizationCategory.NeverLocalize)>
    <TemplatePartAttribute(Name="PART_Track", Type=System.Windows.Controls.Primitives.Track)>
    <DefaultEventAttribute("ValueChanged")>
    <DefaultPropertyAttribute("Value")>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ScrollViewerScrollBar 
       Inherits System.Windows.Controls.Primitives.ScrollBar
    [Localizability(LocalizationCategory.NeverLocalize)]
    [TemplatePart(Name="PART_Track", Type=System.Windows.Controls.Primitives.Track)]
    [DefaultEvent("ValueChanged")]
    [DefaultProperty("Value")]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ScrollViewerScrollBar : System.Windows.Controls.Primitives.ScrollBar 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.Primitives.RangeBase
                            System.Windows.Controls.Primitives.ScrollBar
                               C1.WPF.Core.ScrollViewerScrollBar

    See Also