Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItemCollection Class / ScrollBarStyle Property


In This Topic
    ScrollBarStyle Property
    In This Topic
    Gets or sets the style of the collection's scrollbars.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property ScrollBarStyle As ScrollBarStyle
    'Usage
     
    Dim instance As SmartItemCollection
    Dim value As ScrollBarStyle
     
    instance.ScrollBarStyle = value
     
    value = instance.ScrollBarStyle
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public ScrollBarStyle ScrollBarStyle {get; set;}

    Property Value

    A ScrollBarStyle value representing the style of the collection's scrollbars.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also