Angelo Cresta
Angelo Cresta
Anyone on this? Thanks!
Yes, it's possible to create a sort of "proxy class" to interface the ModernUI framework with Krypton, I've started this week ... here some screen shots:    ...
Actually, you don't need to use the xml, you can just set the color values on a custom palette ad assign it back to the krypton manager, like in this...
the issue is opened also in the dotnet/winforms git [https://github.com/dotnet/winforms/issues/9701#issuecomment-1803290602](https://github.com/dotnet/winforms/issues/9701#issuecomment-1803290602)
If you need to run the code in .net9 without changing the sources you can add this on the Toolkit project files ` true true $(NoWarn);SYSLIB0011 false ` Angelo
Hi, I know that it's a very old topic but I've managed to add Advanced GridView capabilities to the OutlookGrid. I've used a rude approach, by filtering using the filterstring...
with the same approach (using the sortstring) I've integrated the sort too... and fixed the filter for dates Angelo
I was thinking some always awailable like an icon here:  thanks
> > 1 question. does this PR also handle dark/light theme change in settings app and changes the colors on the fly without closing/reopening the window to take effect? >...
[MelonWang1](https://github.com/MelonWang1) - [Amy-Li03](https://github.com/Amy-Li03) have you already tried to add: ` true true $(NoWarn);SYSLIB0011 false ` to the .net9 project file? Just to test other behavior of the project avoiding the...