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

In This Topic
    GetContentMeasureSize Method (GridCellView)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetContentMeasureSize( _
       ByVal contentAvailableSize As Size, _
       ByVal exactWidth As Boolean, _
       ByVal exactHeight As Boolean _
    ) As Size
    protected virtual Size GetContentMeasureSize( 
       Size contentAvailableSize,
       bool exactWidth,
       bool exactHeight
    )

    Parameters

    contentAvailableSize
    exactWidth
    exactHeight
    See Also