Can somebody help me in order to get anchoring properly for gird that is full of elements and needs to be centered properly (problem arises when using resolutions like 1024x768)
check out the picture!

1.) need that grid at the given distance from the edges (centered) but elements inside scaled properly
2.) there will be rows of grids not just one, how to anchor those?
3.) is it Fixed size way to go?
here is the setup i tried:
UIRoot
Panel
widget (anchors to UIRoot -> uniform)
grid (anchors to widget -> uniform)
[elements]
elements and grid doesn't scale but there is a overflow.
thanks!