canton7 / Stylet

A very lightweight but powerful ViewModel-First MVVM framework for WPF for .NET Framework and .NET Core, inspired by Caliburn.Micro.
MIT License
988 stars 143 forks source link

Incompatible with Telerik.RadWindow #175

Closed GF-Huang closed 3 years ago

GF-Huang commented 3 years ago

image

canton7 commented 3 years ago

Stylet doesn't know how to show a RadWindow, and there's no way to teach it without adding a dependency on Telerik, but then everyone who used Stylet would have to download and reference Telerik!

You'll have to create your own version of WindowManager which knows how to show a RadWindow. You can take inspiration from WindowManager.