I am using VS 2010 for a Winforms porject. To see the behavior I add a new UserControl to the project and then open the visual designer for the user control. From the Toolbox I drag a UltraLabel, UltraButton etc to the new user control but it does not show in the designer but instead it shows in a container below like a Dataset would if you added it via the designer. If I change the Text property of the UltraLabel, the text does not show anywhere on the UserControl (since I can't even see the UltraLabel on the UserControl I didn't expect to see the text but I thought it was worth testing). I'm wondering how to proceed so I can use the Infragistics controls? Is there something I'm missing?
Thanks
Daren
Another side note, this project comes from an earlier version of VS and on existing forms and userControls where we use Infragistics controls I am not able to click on those controls in the designer. I can see the Infragistics controls on the existing Forms/UserControls but I cannot click on them in the designer to move them. I can however click on the Windows controls on the existing forms and I can also drag Windows controls (buttons labels etc) onto the forms/UserControls from the toolbox just fine.
FYI, the problem was fixed by running Infragistics Version Utility to upgrade the projects in my solution.
Hello TheRedX,
Thank you for the provided information about fixing your issue.
Please feel free to let us know if you have any other questions.
Hello,
i would like to awake this old thread, because I have the same problem.
Are there any hints for me?