Hi
I'm trying to apply alignment as center to VLayout . but it's not getting applied.
VLayout centerPage=new VLayout();
centerPage.setAlign(Alignment.CENTER);
Even I set the alignment to center, the widgets are getting added to the left side of the layout. plz help me.
-raghu
I'm trying to apply alignment as center to VLayout . but it's not getting applied.
VLayout centerPage=new VLayout();
centerPage.setAlign(Alignment.CENTER);
Even I set the alignment to center, the widgets are getting added to the left side of the layout. plz help me.
-raghu
Comment