I want to change the vertical size of a webpage programmatically when different menu selections occur. So at this point the page has been displayed already
I’ve tried Self.Height = SomeNewHeight
And I’ve added ‘UpdateBrowser’ following. Nothing changes.
Is it possible to change the height programmatically?
If so, how to do it?