ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridViewport Class / ExtentSize Property

In This Topic
    ExtentSize Property (DataGridViewport)
    In This Topic
    Gets the size of the content would take up. This size is estimated and could change as the scroll changes.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExtentSize As Size
    public Size ExtentSize {get;}
    See Also