ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridViewport Class
Properties Methods


In This Topic
    DataGridViewport Class Members
    In This Topic

    The following tables list the members exposed by DataGridViewport.

    Public Properties
     NameDescription
    Public PropertyGets the range of cells currently visible.  
    Public PropertyGets the collection of columns which are currently in the viewport.  
    Public PropertyGets the size of the content would take up. This size is estimated and could change as the scroll changes.  
    Public PropertyGets the left most visible column.  
    Public PropertyGets the top most visible row.  
    Public PropertyGets a value that contains the horizontal offset of the scrolled content.  
    Public PropertyGets the right most visible column.  
    Public PropertyGets the bottom most visible row.  
    Public PropertyGets the collection of rows which are currently in the viewport.  
    Public PropertyGets the size of the viewport.  
    Public PropertyGets a value that contains the vertical offset of the scrolled content.  
    Top
    Public Methods
     NameDescription
    Public MethodScrolls the content of the data grid to the specified horizontal offset position.  
    Public MethodScrolls the content of the data grid to the specified vertical offset position.  
    Top
    See Also