ComponentOne FinancialChart for WPF
C1.WPF 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 Double
    'Usage
     
    
    Dim instance As C1ScrollViewer
    Dim value As Double
     
    value = instance.ScrollableWidth
    public double ScrollableWidth {get;}
    public:
    property double ScrollableWidth {
       double get();
    }
    See Also