Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ScrollViewer Class / ScrollableWidth Property

In This Topic
    ScrollableWidth Property
    In This Topic
    Gets a value that represents the horizontal size of the area that can be scrolled; the difference between the width of the extent and the width of the viewport.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ScrollableWidth As Double
    public double ScrollableWidth {get;}
    See Also