I have a collection of objects that I set the ItemSource to. I would also like to add a "All" choice at the beginning of list. Is this possible? If so example? Or do I have to add it to collection?
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking through your post and I can say that the ItemsSource of the XamComboEditor can only be one object, so if you want to have “All” choice you can add this item to the collection to which you bind the ItemsSource.
Feel free to write me if you have further questions.