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

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

    Parameters

    availableSize
    See Also