TreeView for WinForms | ComponentOne
C1.Framework Namespace / ScrollableControl Class / SettingScrollSize Property

In This Topic
    SettingScrollSize Property (ScrollableControl)
    In This Topic
    Gets the state of scrolling.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Protected ReadOnly Property SettingScrollSize As Boolean
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    protected bool SettingScrollSize {get;}
    See Also