Alessandro Posted October 15, 2015 Posted October 15, 2015 Hi guys! It is to disable resizing a form when I set in form: borderStyle = bsNone Because, the user can resize the form, and I want to lock this option. Thks Quote
epos4u Posted October 15, 2015 Posted October 15, 2015 add this to unievents function window.beforeInit(sender, config){ sender.resizable = false;} 1 Quote
Alessandro Posted October 15, 2015 Author Posted October 15, 2015 add this to unievents function window.beforeInit(sender, config) { sender.resizable = false; } thanks, schweppes! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.