Hello.
I trying to make a Control that inherits from System.Windows.Form.Label that can resize to fit its text.
I'm trying to override OnTextChanged method to use System.Drawing.Graphics.MeasureString to know the new size of the control, but I don't know how to obtain Graphics on OnTextChanged method?
Any advice?
Thank you!