I am having a form in which I have multiple line textbox and status strip both docked to the bottom of the form.
Textbox must be docked so it can be resizable while the whole form is resizable.
The problem is that the status strip is covering the textbox on the bottom of the from covering scroll bars down arrow.
Is there any way to make textbox docked to the bottom while still displaying above the status strip?
Regards.
Or you can use Anchor property to resize control when parent resize. By default it set to top left corner. If you enable the bottom than textbox will be shrink or expand as form change size.