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