05-14-2022, 09:23 PM
I suppose you are referring to this demo?
https://github.com/Atozed/IntraWeb/tree/...lCentering
I tried it and it works correctly. If I set the region width to 1000 pixels and resize my browser window to 800 pixels wide, it correctly sets the position of the inner region (see attached image).
You don't have to deal with the size of the form after resizing it (at server side). IntraWeb JS code will handle the resize of the region for you as long as you have correctly set the Anchors property of the region
https://github.com/Atozed/IntraWeb/tree/...lCentering
I tried it and it works correctly. If I set the region width to 1000 pixels and resize my browser window to 800 pixels wide, it correctly sets the position of the inner region (see attached image).
You don't have to deal with the size of the form after resizing it (at server side). IntraWeb JS code will handle the resize of the region for you as long as you have correctly set the Anchors property of the region

