Home All Groups Group Topic Archive Search About
Author
30 Dec 2005 5:35 PM
Daniel
Hi

I have a panel in my project and have positioned it using the interface of
visual studios design view.

I now want to create another panel programmatically and position it x many
pixels under the current panel.

the problem is, how do i get the x and y position of the original panel,
there seems to be no method to do this?

Any ideas?

Thanks

Author
30 Dec 2005 5:43 PM
Brock Allen
Use <div> elements and style attributes, such as margin-bottom.

-Brock
DevelopMentor
http://staff.develop.com/ballen

Show quoteHide quote
> Hi
>
> I have a panel in my project and have positioned it using the
> interface of visual studios design view.
>
> I now want to create another panel programmatically and position it x
> many pixels under the current panel.
>
> the problem is, how do i get the x and y position of the original
> panel, there seems to be no method to do this?
>
> Any ideas?
>
> Thanks
>