TAdvPage Height

I'm having trouble setting the page height at runtime. I first set the pager height, then the page height. The pager height changes, the page height does not.

You onle need to set Pager's height, Page's height will be adjusted accordingly. And we found it working fine at run time. ie: AdvToolBarPager1.Height := AdvToolBarPager1.Height + 50;