ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / Viewport Property

In This Topic
    Viewport Property
    In This Topic
    Gets useful information about the scrolling state as well as current top/left or bottom/right shown cells.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Viewport As DataGridViewport
    public DataGridViewport Viewport {get;}
    See Also