In my WPF application, Need to show a Non-modal window. I am using MVVM Light framework. People are suggesting different libraries to do so but is there any suitable control to do that using MVVM Light or using WPF native library?
Need to keep that non-modal window always on top.
Thanks.