When I apply a Theme, windows can be resized by clicking on the border, even when the window's resizable property is disabled. Any ideas ?
in the first image when I click on the border (painted yellow) it can make the window smaller as seen in image 2. The Resizable property of the window is false.
I downloaded your case. This is not supported at this moment.
A standard response window itself is not capable of resizing. The resizing in your case is actually implemented by using Windows API SetWindowLongW to modify the window class underlayer. When a theme is enabled, PB will always process it according to standard response window features so it’s not resizable. So resizing is not supported in this scenario.
To better improve the adaptability of the UI Theme, I will submit this scenario of yours as a requirement to the development team for analysis.
Regards,
Ken