Symbai

Results 124 comments of Symbai

There is already an issue about DX12 request: #7062

WPF currently only supports DX9. The same I linked is about adding DX 12 support which is necessary for DX12 Island. So its about 97% the same request.

And is there a good reason why WPF doesn't have a modern looking dialog system with custom controls? I can understand that Winforms uses WinAPIs for that. I can understand...

I think the TaskDialog from WinForms also uses WinAPI. From screenshots its more like the ContentDialog although I have no experience with WinUI. Almost all styled WPF apps use a...

It is still not a fluid design, as OP requested.

> * or should we keep the current one? At least for non-framework I hope not. If no one has ever complained about this then it's likely something nobody has...

> I don't see why the current behavior should be changed. Because its a bug. That is a +1 for the why. Makes it 1:0 for making the change. If...

Lets say I have made an app which I have overridden some colors on some controls for some purpose. Then I just recompile it on .NET 9.0 or whatever and...

> That linear search should done on non-UI thread. How often does it happen that someone has more than 40,000 entries in a combo box and not just 1-10? Creating...