Hi,
I need to resize GoView after the first postback, because after Postback I know the screen size.
My attempts to resize GoView (GoView1.Height = 500) after the first postback show no Result. Setting GoView1.Height.Value = 500 or GoView1.Height = Unit.Pixel(500) result in nothing too.
Resizing in GoView.SessionStarted event (GoView1.Height = 800) work fine.
What am I doing wrong?
Thanks
Chris