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

In This Topic
    ExtentWidth Property (C1ScrollViewer)
    In This Topic
    Gets the horizontal size of all the scrollable content in the C1ScrollViewer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExtentWidth As Double
    public double ExtentWidth {get;}
    See Also