B
Bill Gower
I have a textbox that is multiline but I only want to show one line at the
start until that line is filled in. I am going to use the textchanged event
to check the length of the text in the field. If the length of the text is
greater than the length of the field, I am going to change the height of the
textbox to show another line and when that is filled I am going to add a new
line etc etc. My question is what is the easiest way to move all the
controls below this textbox down?
Bill
start until that line is filled in. I am going to use the textchanged event
to check the length of the text in the field. If the length of the text is
greater than the length of the field, I am going to change the height of the
textbox to show another line and when that is filled I am going to add a new
line etc etc. My question is what is the easiest way to move all the
controls below this textbox down?
Bill