01-10-2020, 10:34 PM
Other than the issue which has been already fixed, here is how it works:
Every POST request contains 2 fields which carry the browser size information:
IW_width and IW_height
They contain the precise browser dimension, as provided by the browser itself, regardless of the browser used.
These fields are used to adjust the size of the form when it becomes the active form. If you have any Resize event set, it will also be used to set the size of the form, whenever the end user resizes the browser, so your form is notified immediately. If the browse is never resized, your WebApplication.FormWidth and FormHeight properties should contain the exact same value
Every POST request contains 2 fields which carry the browser size information:
IW_width and IW_height
They contain the precise browser dimension, as provided by the browser itself, regardless of the browser used.
These fields are used to adjust the size of the form when it becomes the active form. If you have any Resize event set, it will also be used to set the size of the form, whenever the end user resizes the browser, so your form is notified immediately. If the browse is never resized, your WebApplication.FormWidth and FormHeight properties should contain the exact same value

