Hi, I've been designing forms using the panel and about 50% of the time when I run the project in VS2008 gridbaglayoutpanel decides it wants to completely change the layout.
See these screenshots:-
The form in designer before i run the project:-
and now after I've ran the project:-
What's going on?
- Anthony
Hi Anthony,
What version are you using? Do you have the latest Hot Fix?
I've never seen anything like this before. Are you sure nothing in your code is changing a property on one of the controls inside the panel that might be causing this?
Perhaps something in the code is resizing the form so that it's really small and then enlarging it again and this is causing the control sizes to change in a disproportional way.
Can you reproduce this in a sample project? If so, you should Submit an incident to Infragistics Developer Support
Hi, thanks for the reply.
The screenshots are in design view (not runtime), regardless of what my code did it shoudn't be able to change this (incidentally, there was no code at all behind the form).
I was using the latest hotfix and have submitted a sample, which the tester was able to use to reproduce the problem.
The case is CAS-17022-IL2SKN
Bug number: 14073
I don't appear to have any updates since it was logged as a bug though, any chance you could see what about that form was causing it? So I can avoid the issue for now until a new hotfix is released?
Thanks,