I have a multiline textbox that presently can display 2 lines but was wondering if perhaps in c# on the form I could make it so when this textbox has focus that the view can temporarily expand to perhaps 8 or 9 lines depending on the form view. My
only other option is to create a separate panel just for this textbox field alone and would like to avoid that scenario if possible.
↧