Using VS2005, when I create a textbox, it seems to automatically size the height to 20 and if I change the number to 24, it goes back to 20 when I hit enter. I can change the width, just not the height. I assume it inherits this value, but I can't figure out how to change it. I wouldn't mind having a consistent height within the form, I just want to choose the height. I would like to learn how to do this within the GUI, not just by adding something like "textbox.AutoSize = false;" to the code. How would I do this?
Thanks in advance!
Thanks in advance!