FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GridPanel Class / MeasureCore Method

In This Topic
    MeasureCore Method (GridPanel)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function MeasureCore( _
       ByVal availableSize As Size _
    ) As Size
    protected Size MeasureCore( 
       Size availableSize
    )

    Parameters

    availableSize
    See Also