02-18-2020, 09:25 AM
What are you trying to accomplish? The browser window dimensions are already set in WebApplication.FormWidth and FormHeight.
If you want to keep track if it when browser resizes, set an OnAsyncResize event handler and the information will be updated every time the browser resizes.
If you want to keep track if it when browser resizes, set an OnAsyncResize event handler and the information will be updated every time the browser resizes.

