Hello,
we were previously using infragstics 8.2, but just updated to 9.2. Before the update, having UltraComboEditors within a ControlHostContainer in a ToolStrip (standard component) worked just fine. Now the comboeditor no longer appears in the toolstrip. Instead the overflow button becomes visible at all times.
The Issue is easily recreated by just creating a new winforms project. Add a toolstrip. Add a label to the toolstrip. In the constructor code of the form write:
m_ToolStripTS.Items.Add(
new ToolStripControlHost(m_ComboEditorCmb));
Is this a known issue? Is there any known workaround?
Hello, I was able to reproduce similar to the behavior you described. The combo editor was not visible initially but was under the hidden items. I was able to see also with auto Size set to false. All this behavior defiantly it seems a issue to me.I am going to create you a support ticked for this post and I will contact you trough the case.Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
Thank you very much, you are a life saver (or at least hopefully an application saver)!
It should also be observed that if you don't have the label there, the combo seems to work OK with being in the toolstriphost control.
How do I use this support ticket?