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

In This Topic
    ScrollViewerPanel Class
    In This Topic
    Panel used inside C1ScrollViewer to lay out its parts.
    Object Model
    ScrollViewerPanel Class
    Syntax
    'Declaration
     
    
    <LocalizabilityAttribute(LocalizationCategory.Ignore)>
    <ContentPropertyAttribute("Children")>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ScrollViewerPanel 
       Inherits System.Windows.Controls.Panel
    [Localizability(LocalizationCategory.Ignore)]
    [ContentProperty("Children")]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ScrollViewerPanel : System.Windows.Controls.Panel 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Panel
                         C1.WPF.Core.ScrollViewerPanel

    See Also