Easy way to automatically expand text box

  • Thread starter Thread starter jy836
  • Start date Start date
J

jy836

I have a text box on a form which automatically expands when the form is
resized (using the Dock property). When I add a status bar to the form,
however, the text box goes below the status bar and is partially hidden. Is
there a way to have the text box still resize when the form does, but
without being covered by the status bar?
 
* "jy836 said:
I have a text box on a form which automatically expands when the form is
resized (using the Dock property). When I add a status bar to the form,
however, the text box goes below the status bar and is partially hidden. Is
there a way to have the text box still resize when the form does, but
without being covered by the status bar?

Select the control and choose "Send to Back" or "Bring to Front" from
its context menu, or anchor the control instead of docking it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top