Hey,
how can i add items to a xamcomboeditor programmatically?
Bye
Hi,
if the ItemsSource of XamComboEditor is ObservableCollection you just need to add an item to it. If you're not using an ObservableCollection you could re set the Combo's ItemsSource to a collection containing the item you need to add.
HTH,
Is it possible to add a Xammenu dynamically inside a XamComboeditor? If yes can you please provide a sample project so that I could incorporate the same in my code?