Button positioning on Horizontal/VerticalLayout

Hi all,

How do I position a Button component on Horizontal/VerticalLayout with respect to top/left corner using CSS and programmitically ?

I will be more interested in programmatic solution as I would like to apply offsets only to some buttons in my app.

Thanks
Raj.

Hi,

I think that the AbsoluteLayout is what you are looking for. See a
demo
from Sampler.

-Henri