Text Box Alignment

J

Jim Heavey

Hello, I am using "flow Layout" and I am creating an input form for a bunch
of fields. I work the form on one monitor and get everything to line up
and then when I go to another monitor they are mis-aligned. What technique
do you use to get your controls to line up correctly? The form does not
really lend itself to a table, but I guess that is an option.

I was told that if I used "Grid" layout and used control like "Required
Field Validator". So is grid layout an option?

Thanks in advance for your assistance!!!!!!!!
 
A

Abhijeet Dev

use Style - set ur controls to be absolutely/relatively positioned according
to ur requirement.
 
G

Guest

I'm old fashioned and always use tables, even for pretty simple stuff like label + textbox. For one thing, I usually like the behavior that if the user chooses to scrunch the browser down, the cells will wrap automatically, etc.
 
B

bruce barker

Grid mode works even less well. Use tables to line up forms.

-- bruce (sqlwork.com)
 

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