TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / IsRtlScrollingSupported Property

In This Topic
    IsRtlScrollingSupported Property (C1TreeView)
    In This Topic
    Gets a value determining behavior of scroll in rtl mode.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Protected Overrides ReadOnly Property IsRtlScrollingSupported As Boolean
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    protected override bool IsRtlScrollingSupported {get;}
    See Also