Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have various windows in WPF in project.
They are working fine when I call them by modal:
.ShowWindow()Now I want the user to be able to interact with the model.
So I switched to modeless:
.Show()But after that, all the textboxes are frozen.
How I can achieve this?
Solved! Go to Solution.