FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlPanel Class / OnChildDesiredSizeChanged Method

In This Topic
    OnChildDesiredSizeChanged Method (GridControlPanel)
    In This Topic
    Supports layout behavior when a child element is resized.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnChildDesiredSizeChanged( _
       ByVal child As UIElement _
    ) 
    protected override void OnChildDesiredSizeChanged( 
       UIElement child
    )

    Parameters

    child
    See Also