Angelo Cresta

Results 11 comments of 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: ![image](https://user-images.githubusercontent.com/12256319/206144604-5818b4a3-7389-437e-9a80-408a3529a638.png) ![image](https://user-images.githubusercontent.com/12256319/206144732-9cbb1fc5-34e7-434f-8c38-f5892c998126.png) ![image](https://user-images.githubusercontent.com/12256319/206144992-f33e78f3-4ffb-45fd-8e3a-43cc9c4d993b.png) ![image](https://user-images.githubusercontent.com/12256319/206145230-bd2a52f0-ab13-470c-a533-2d492f3c8dd6.png)...

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: ![image](https://user-images.githubusercontent.com/12256319/224928889-74735a88-68ed-4462-88ae-c653eef4b58a.png) 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...