Hello
i installed the NetAdvantage_WinForms_20091_SR_2050 Service Release.
After the installation i started my application and the Toolbar looks different!!
I added some controls of infragistics via code to the System Toolstrip like this:
toolStrip1.SuspendLayout();toolStrip1.Items.Add(new ToolStripSeparator());toolStrip1.Items.Add(new ToolStripControlHost(this.ultraCalendarCombo1));toolStrip1.Items.Add(new ToolStripControlHost(this.label1));toolStrip1.Items.Add(new ToolStripControlHost(this.ultraButton1));toolStrip1.ResumeLayout();
Before i updated the infragistics controls the application looks like this:
All Controls are in the Toolbar!!
After i installed the Service Release Update my Toolbar looks like this:
and when i push the button on the right side:
i can see all my controls.
Please tell me how to implement my controls in the Toolbar without clicking on the button on the right side
This is a bug which will be addressed in a forthcoming service release. If you want to receive a notification when the fix becomes available, you should log an incident with Developer Support.