Hi.
A strange problem happens to some computers when using Infragistics (winform)
I added an example showing the problem below.
You can see the splash screen divided to 4 sections from some reason, the infragistics activity bar is outside the splash form.
below you can see the screen on computer without problem.
the problem also happens when using the ribbon, the icons there are not seen completely
the problem happens on computers with win 7 (though just few of them the rest is OK)
please help.
I doubt that this has anything specifically to do with the Infragistics controls. It's probably an issue with running your application on different screen resolutions due to the AutoSizeMode property of the Form. I've seen this property cause all sorts of off behavior when positioning controls based on where they are docked or anchored.
Do you have a nutshell solution for me?
Not really. I can't give you a definitive solution without knowing exactly what the problem is. I don't have any idea if you are using Dock or Anchor or what the hierarchy of your controls is on this form.
Try playing around with the various options for AutoSizeMode and AutoScaleMode on the form.
Thanks