Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
CalendarCombo Display Failure System.Windows.Forms.Tollstrip
posted

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

 

  • 69832
    Suggested Answer
    Offline posted

    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.