I am trying to put a ComboBox in my dockpane with pre defined string values (Something like Polygon/Polyline/Point). They never change.
All the examples I found have ObservableCollection with some classes or other complex behavior that I do not need.
My ComboBox is coming out empty.
Anybody have very simple example on how to do it?
Thanks