I have a TextBox that's docked to the top of the form but I also want it to expand and contract height with the form as well. Is this something I need to do manually in the form_resize event?

Also, the Form height (568) and the TextBox height (546) do not seem to correlate to what I see on the screen and when I try to keep them at a distance of 22 in the resize event, it's all over the place.