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
405
XamComboEditor how to duplicate forms additem in VB.NET
posted

 

I guess WPF is a lot more flexible in what you can do but it seems weird that something like a simple combo box needs lots of coding.  I will be making my own control I assume that simulates a from combo box.

So I have tried to do this. Haven't got very far. Is there sample code in VB that show how to basically add the list and data?

It appears that I need to put a grid control on the combo and hide one column or something like that?

It also looks like this is done only on the XAML on not in VB?  if that is the case how to I make this dynamic?