ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ScrollViewer Class / ScrollableWidth Property

In This Topic
    ScrollableWidth Property
    In This Topic
    Gets a value that represents the horizontal size of the content element that can be scrolled. This is a dependency property.
    Syntax
    'Declaration
     
    Public ReadOnly Property ScrollableWidth As System.Double
    public System.double ScrollableWidth {get;}
    See Also