Action
               
               Gets the x coordinate of the origin of the viewport in the component's coordinate system, where the default value is (0,0)
               corresponding to the upper-left corner of the component.
               
            
            
            
               Syntax
               
               
               C#
                  
protected Double horizontalScrollPosition { get; }
                  VB
                  
'Declaration
Protected Read Property horizontalScrollPosition As Double
                   
            
            
               
Access
               
               Read only.