adospace
adospace
As workround until it's fixed, I solved forcing the theme in the index.html: ` `
I used StaticResource instead of DynamicResource for performance reasons: I like your approach, another way to do more or less the same (adding a dark theme) but always using StaticResource...
to further explain what I'm envisioning please take a look at this article: [https://michaelscodingspot.com/wpf-complete-guide-themes-skins/](https://michaelscodingspot.com/wpf-complete-guide-themes-skins/) I'm using the same in [https://github.com/adospace/fluent-ui-desktop](https://github.com/adospace/fluent-ui-desktop)
Sorry to bother, may I ask if you're going to merge this PR in the near future? thanks
yes, I think the problem is with the shadow that's not sent through the RDP, I guess you can solve it in your app using a border.
Hi, seems that if only use the control from XAML it throws an exception complaining that it can't find the DLL. I think your example works because you actually create...
You have to store in a list all the keys you generate. Every new key is added to the list. Then after any edit of your product table get that...
GridStateChanged event is now fired also when filter definitions are modified from the header cells. I've also modified a couple of tests to prove that the event is fired correctly...
Hi, MauiReactor hot reload is based on adb, can you execute the command "adb" in a shell and see what it returns? in case it says that it can't find...
Hum, I think that the problem is definitively related to adb. Let's check a few things: 1) the application should be executed in Debug mode (I think you already did...