I have two multiline textboxes separated within a splitContainer. When I drag the splitter left or right I would like the textboxes to resize accordingly. How do I do this? I am using Microsoft Visual C# 2008 Express Edition. Thanks.
|
feedback
|
|
If you set the Dock property of textboxes to Dock.Fill, this should happen for you. | |||
|
feedback
|
|
I believe all you need to do is set the anchor property to Top, Left, Bottom, Right true.
| |||
|
feedback
|
|
You should Dock them in each panel. | |||
feedback
|
|
Two ways:
| |||
|
feedback
|