overlapping datagrids

M

mark

i have datagrids set out as such on a webform with vb behind

datagrid1
datagrid2
datagrid3
datagrid4
datagrid5
datagrid6
datagrid7

when the datagrids are populated they overlap each other - is there any way
to stop them from overlapping

cheers

mark
 
C

Chris Jackson

Are you using grid layout? This uses absolute positioning, and would result
in overlaps. If you switch to flow layout, then the datagrid objects should
follow each other as you would expect.
 
L

luna_s

ill try that - thanks for the reply

mark


Chris Jackson said:
Are you using grid layout? This uses absolute positioning, and would result
in overlaps. If you switch to flow layout, then the datagrid objects should
follow each other as you would expect.

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Client
Windows XP Associate Expert
 
C

Chris Jackson

Check out the generated HTML code to see if there are absolute positioning
attributes, and if so, clear them out. (I don't know if the designer will go
back and change existing elements when you switch the design for the form.)
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top