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
215
XamMultiColumnComboEditor in XamRibbon.ApplicationMenu2010 issue
posted

I'm having an issue using XamMultiColumnComboEditor in XamRibbon.ApplicationMenu2010.

I placed a XamMultiColumnComboEditor  inside ApplicationMenu2010Item.Content. I handled the DropDownOpened event to set the minimum width to the size of my columns. So once the combo popup opens I see all my columns.
Once I use the schroll bar, my columns disappear and only one column is shown. You need to schroll through each column.

This issue only happens for XamMultiColumnComboEditor inside XamRibbon.ApplicationMenu2010. It does not happen in user controls.

Thanks in advance.

Parents Reply
  • 215
    Offline posted in reply to Michael Peterson

    Screenshot1.docxScreenShot2.docxHello Mike,

    Thank you for your post and sorry in the late reply. I have downloaded your code and the problem I describe in my initial post is happening in your code.

    Once you bring up your application and click on the dropdown arrow of the MultiSelect combobox all columns display correctly as in ScreenShot1. The second you click on the scrollbar columns 2+ disappear and you are left with column1 (as in ScreenShot2). This is not normal behavior. When you scroll you should continue to see all columns of the MultiSelect Combobox. This behavior only happens in  XamRibbon.ApplicationMenu2010.

    Thanks.

Children