I have ListPicker with databinding and I need to add first item "none" to binded items.
How can I do it?
I have ListPicker with databinding and I need to add first item "none" to binded items.
How can I do it?
You can wire up to the collection changed event on the data bound collection (ObservableCollection??). When it changes you could manipulate the list as needed.