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?