Quite new to winform dev.
I have a tabcontainer with serveral tabpages. On this particular one, I have a row of buttons at the top and a richtextbox taking up the res of the page below them. I want the textbox to resize with the window.. I've set the anchor to top left, and the dock to bottom. There's no min or max size set.
What happens is that when i maximize the window, the richtextbox does stay docked to the bottom, left and right of the screen, but doesn't keep its anchor, so moves down the screen away from the buttons.
What am I missing?