HorizontalOffset Property (DataGridViewport)
 
            
                In This Topic
            
            Gets a value that contains the horizontal offset of the scrolled content.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property HorizontalOffset As Double
             
        
            
            public double HorizontalOffset {get;}
             
        
             
        
            
            
            Property Value
The horizontal offset.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also