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
680
Breaking changes in UltraComboEditor between 8.2 to 9.2?
posted

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?