Event Layout
Occurs when the control should reposition its child controls.
public static event EventHandler<DefaultLayoutEventArgs>? Layout
Returns
- EventHandler<DefaultLayoutEventArgs>
- Occurs when the control should reposition its child controls.
Remarks
If default layout is not needed, set Handled
property to true.