Message 1 of 3
Wpf swap between documents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a modal WPF form with a ComboBox component that loads all dimension types in the project. When I switch to a different active project, is it possible to update the ComboBox source?
I tryed ViewActivated event. But It doesn't work.
Does anyone have a sample project I could use for inspiration?
thx.