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
781
Add Items to XamComboEditor programmatically
posted

Hey,

how can i add items to a xamcomboeditor programmatically?


Bye

Parents
  • 6759
    Offline posted

    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,

Reply Children