I suppose i could do something along the lines of this (ignoring title and padding) in the resize event. But then i get into positioning each and every group. Also, is there not an easy way to calc the current size of a group.
tileGroupElement1.PositionOffset = new SizeF(newWidth, newHeight);
0
Jack
Telerik team
answered on 29 Jan 2013, 02:37 PM
Hello Andre,
It is not easy to get the actual width of a group element because it is valid only when calling its parent element ArrangeOverride method. However, you can center groups both horizontally and vertically by using a custom RadPanoramaElement and overriding its ArrangeOverride method. Consider the following code: