I have a resizable panel that contains a textbox. The textbox can only display a single character at a time. The textbox's dock is set to fill. How would I adjust the size of the text in the textbox to fill all vertical space available?
So as the panel is increased in size, the size of the text increases to the max possible visible size. And visa versa.
Thanks.