winforms - Multiline Textbox Resizing in C# -
I have two different multilingual text boxes between a splitContainer when I pull the splitter left or right, I Would like to resize the text box accordingly. How do I do this? I am using Microsoft Visual C # 2008 Express Edition.
If you set the dock property of the text box to dock, it should be for you .
Comments
Post a Comment