Controls overlap

D

Dan Aldean

Hello,

I place in a web application some controls: labels, text boxes, buttons.
Labels tend to overlap the text boxes if the text is long and the text box
is not placed far enough from the label.
Is there a good method to determine where to place the controls so
that they do not overlap? Can I program the layout, determining the
length of a label, so that I can move the text box after the label's right
end?

Also to avoid overlapping of labels when text size of the web page is
changed?

Thanks
 
D

DH

Hey Dan

Rather use flowlayout when creating web apps. This will allow the controls
etc to scale and resize with the browser. Right click on the web form to
view the property.

DH
 
D

Dan Aldean

Thanks DH.
What about changing the font?


DH said:
Hey Dan

Rather use flowlayout when creating web apps. This will allow the
controls etc to scale and resize with the browser. Right click on the web
form to view the property.

DH
 

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

Top