Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Disable Sizable Border
#1
Hello, BP community.
Well, since I want to be active on the forum, I decided to share a little hint with you. There is that famous way to disable sizable border (FormBorderStyle -> FixedSingle/Fixed3D), but the border of the form changes a bit. Well, there is a way which does not change the form border, but makes the borders unsizable.

How? Here's the way:
1. Find "AutoSizeMode" in the Properties window.
2. The default value should be "GrowOnly", but you change it to "GrowAndShrink".
3. Test your application.
NOTICE: Your "FormBorderStyle" may be set to "Sizable".

I hope I helped someone who was looking how to fix it.

Regards,
Vinwarez.
Also known as Rocketalypse.
System.out.println("I prefer Java.");
#2
Oh wow, thanks for sharing! This will definitely come in handy!!
My Blog | My Setup | My Videos | Have a wonderful day.
#3
No problem!

Regards,
Vinwarez.
Also known as Rocketalypse.
System.out.println("I prefer Java.");


Forum Jump:


Users browsing this thread: 1 Guest(s)