![]() |
Resizing Form to Minimum Width and Height |
Post Reply ![]() |
Author | |
sam-U-cat ![]() Newbie ![]() Joined: 23 October 2009 Location: United States Status: Offline Points: 1 |
![]() ![]() ![]() ![]() ![]() Posted: 23 October 2009 at 2:33pm |
How can I force skinframework (13.0.0, VB6) to repaint the form after the user resizes to a width and height that is less than the minimum allowed? Here's how my form should appear (clicking or moving the form seems to correct the problem): ![]() Here's how it appears after resizing the form (before clicking or moving the form): ![]() Thank you |
|
![]() |
|
sos ![]() Newbie ![]() ![]() Joined: 25 November 2010 Location: Bangalore Status: Offline Points: 5 |
![]() ![]() ![]() ![]() ![]() |
I had the same issue and it looks that it a conflict between skinframework and the usage of VB form resize. Somehow, the refresh doesnt happen after the mouse drag is released.
While using skinframework, I use Codejock formExtender control. This works fine and the form appears correctly. All you need to do is drop this control on your form and define ClientMinHeight / ClientMinWidth properties to appropriate values (generally the same as you have defined in your form size). You need to have Codejock Controls for that though!
|
|
Shashank
Codejock SkinFramework/Controls v13.4.0 ------------------------------- No prizes for the right answer!!! :) |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
yes, use our FormExtender. change Width in Resize is very bad solution. - it works bad even without Skinframework.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |