I am trying to create multiple user controls for some projects I am working on. Many of them have the multi-column combo in them along with other controls.
A few of these user controls contain other user controls that have the combo in it, however, I do not seem to be able to pass the binding from the form through the two user control levels to the combo.
Any suggestions on what may be causing the issue? (FYI, I am coding in VB.net)
Hello Seradex,
Thank you for your post. I have been looking into your question and I have managed to achieve the described scenario. I have create a user control with a XamMultiColumnComboEditor and added it in a different user control. After that I have added the new user control in my main window and set the DataContext of the layout control in the window and everything goes right. I am attaching a sample application(MultiComboVB.zip).
Let me know, if you need any further assistance on this matter.
Thank you for the quick response.
I will look at this as soon as I can and get back to you if I have any questions.