Method UpdateMinimumSize
UpdateMinimumSize()
Updates the minimum size of the control based on its content and layout requirements.
public virtual void UpdateMinimumSize()
Remarks
This method recalculates the minimum size of the control by considering the current layout state and content adjustments. It ensures that the control's size constraints are updated to reflect any changes in its content or layout preferences.