Am 20.08.2012 05:50, schrieb markww:
> Ok so that works (calling setHorizontalAlignment() before widgets are
> added). So now the labels are horizontally centered.
>
> Still can't seem the vertically center them though. I think it's because
> the VerticalPanel keeps wrapping its contents vertically, even though
> I've set its height to 100% (the red area is the VerticalPanel with
> height=100%):
>
>
http://cl.ly/image/0u0k3c3y1H1X
>
> Any ideas here?
>
> Thanks
>
> On Sunday, 19 August 2012 16:55:01 UTC-4, markww wrote:
>
> Hi,
>
> I'd like to make a vertical group of Buttons, and have them centered
> horizontally and vertically in the page.
>
> This page will likely be used on mobile devices, so the contents
> might be taller than the device - so I'll need a scroll bar in those
> cases:
>