TreeView for WinForms | ComponentOne
C1.Framework Namespace / XView Class / IsRtlScrollingSupported Property

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