Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Design Studio
Viewing all articles
Browse latest Browse all 4041

Gridlayout menue (3 columns) center on the screen

$
0
0

Hi all here,

 

ist there any way to bring a gridlayout (menue) with 3 columns center to screen? I want fixed width for a menue-gridlayout and allways center

 

APPLICATION.alert(gridlayout.getWidth()+"");

 

Error and Value -1 becouse it's on "auto"

 

 

 

APPLICATION.alert(gridlayout.getLeftMargin()+"");

 

gridlayout.setLeftMargin((maximized-object.getWidth()-gridlayout.getWidth())/2);

 

APPLICATION.alert(gridlayout.getLeftMargin()+"");

 

any idea?

 

br Harry


Viewing all articles
Browse latest Browse all 4041

Trending Articles