开发者

resizable form in visual studio 2005 can only be made bigger, not smaller again

开发者 https://www.devze.com 2023-01-12 22:20 出处:网络
I\'m working on an old project from an other developer, and can\'t get something solved ... I have a form in visual studio 2005 which is resizable. But when I resize at runtime, it only allows me to

I'm working on an old project from an other developer, and can't get something solved ...

I have a form in visual studio 2005 which is resizable. But when I resize at runtime, it only allows me to make it bigger, not smaller. It has nothing to do with minimumsize, because after making it larger, I also can't return to the original size. Very strange :-)

Someone here who had something similar?

On the form is a spli开发者_Go百科tcontainer which is located 2 pixels from the border of the form.

thanks, Frank


as usual, found the solution within minutes after posting a question ;-)

setting AutoSize to false, solved the problem!

0

精彩评论

暂无评论...
验证码 换一张
取 消