position property for textbox does not exist?

  • Thread starter Thread starter Carlos
  • Start date Start date
C

Carlos

Hi all,

I am designing a page with radiobuttons and textboxes using the flowlayout.
However, I notice that the position property does not exist for these
controls. How can I align these controls at the position that I would want
to?

Thanks,

Carlos.
 
If you want to assign an absolute position you will need to use a gridlayout.
If you use the flowlayout then you will simply use HTML to arrange the
controls as you would on any other webpage (eg using tables).
 
Thanks Steve,

but what I also learned is that while you would like to align your
controls
using HTML, the style property allows you to define a relative position
as well, which I used, and worked perfectly.

Carlos.
 

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