Modified the anchor settings for many of the controls to allow the screen to be resized without any issues.
Set the Form to be FixedDialog to stop the user form maximizing the window. The scaling can allow for the window to be resized but it has been disabled, if this is the intended function re-enable it by setting the Form -> Properties -> FormBorderStyle back to Sizable although this would decouple the panel size from the window and only the buttons in the bottom right would move, you would have to set the panel anchor sizing too.
Fixes for issues:
rauenzi/BBDInstaller#3
rauenzi/BBDInstaller#5
See image for example:
Left window = Original.
Right window = Application with correct anchoring.
Modified the anchor settings for many of the controls to allow the screen to be resized without any issues.
Set the Form to be FixedDialog to stop the user form maximizing the window. The scaling can allow for the window to be resized but it has been disabled, if this is the intended function re-enable it by setting the Form -> Properties -> FormBorderStyle back to Sizable although this would decouple the panel size from the window and only the buttons in the bottom right would move, you would have to set the panel anchor sizing too.
Fixes for issues:
rauenzi/BBDInstaller#3 rauenzi/BBDInstaller#5
See image for example: Left window = Original. Right window = Application with correct anchoring.