Suggested plan for the next version 1.8 #5250
Replies: 23 comments 78 replies
-
As I have said elsewhere, Windows App SDK is no good for business applications until such time as there is a working UI validation framework. Personally, I am happy with the interfaces available in WPF (though many on here disagree with me and feel something better could/should be provided) - especially as it would make for easier reuse of existing back-end code - but at least give us something. |
Beta Was this translation helpful? Give feedback.
-
And I have said elsewhere, but I will repeat here, not being able to bind numberboxes to decimal (currency) values is about just as bad for business applications as not having validation. Anyone who works with currency values knows to use decimal to store them in SQL Server or other DB and in C#. When you bind numberboxes to decimal indirectly using a double-to-decimal and vice-versa conversion, you run the risk of rounding issues, making it near impossible for us to continue with our business application appropriately. I don't know what to do but BEG someone to fix this. WinUI is great, but this and some of the other issues above really are preventing mass adoption and it is such a shame. |
Beta Was this translation helpful? Give feedback.
-
I love that you listed Kiosk Mode. I appreciate it. |
Beta Was this translation helpful? Give feedback.
-
missing drag& drop support elevated ,@https://github.com/microsoft/microsoft-ui-xaml/issues/7690 |
Beta Was this translation helpful? Give feedback.
-
Please include fixing this issue in v1.8 too. It prevents the WinUI3 apps from being used in Hyper-V VMs and some other remote desktop scenarios because it causes a lot UI freezing. |
Beta Was this translation helpful? Give feedback.
-
I hope they look at numberboxes in general. There's so many problems with them.
I could list more issues with numberboxes but just searching this repo will list a lot more. |
Beta Was this translation helpful? Give feedback.
-
Pin to taskbar is very unlikely to happen. Microsoft has pretty vocally stated that they do not want such an interface: https://devblogs.microsoft.com/oldnewthing/20141230-00/?p=43273 |
Beta Was this translation helpful? Give feedback.
-
Feature should also include xaml 2009 in .net |
Beta Was this translation helpful? Give feedback.
-
Before requesting anything, i want to thanks the WASDK team for their hard work and effort, i understand it's hard for you to manage the project with few team members and i dearly hope MS will give you more funds and human resources I want to request making the Window control inherit from DependencyObject this will make extending and fixing bugs much easier, like creating a BaseWindow class the inherit from DependencyObject and combines it with the current window control functionalities then making the window control inherit from BaseWindow might leads to more benefits and improvements Thanks for reading my post, i appreciate WinUI 3 and WASDK and their team |
Beta Was this translation helpful? Give feedback.
-
Thanks for the WinUI team for the continued efforts. WinUI has been continuously neglected by MS and I'm glad to see it's being worked on. |
Beta Was this translation helpful? Give feedback.
-
@Gaoyifei1011 You reposted the long, original post eight times in your responses. Please try to not do that 😉 |
Beta Was this translation helpful? Give feedback.
-
ITNOA @ghost1372 Please add WinUI 3 Designer microsoft/microsoft-ui-xaml#5917 from #4710 to suggested plan |
Beta Was this translation helpful? Give feedback.
-
Could you link the issue microsoft/microsoft-ui-xaml#4474 to the Application.RequestedTheme point? |
Beta Was this translation helpful? Give feedback.
-
As I mentioned multiple times, when I still cared about WinUI / WinAppSDK, feature parity with WPF, including designer and at very least the same capabilities as System.Windows.Media, and for C++ development, the Visual Studio tooling that was dropped when C++/CX got replaced by C++/WinRT, and related talk at CppCon 2017. But I doubt there are enough resources still around for any of this to matter, and I am quite curious how much WinUI still gets to be talked about at BUILD 2025, as the agenda seems quite empty into that regard. |
Beta Was this translation helpful? Give feedback.
-
It states windowing improvements above but just links to an issue about binding support on Window. |
Beta Was this translation helpful? Give feedback.
-
I would love to see SVG compatibility throughout. DevExpress fully supported them in all their controls in WinForms, allowing our apps to look their best at all resolutions and scaling. It feels like a big step backwards in WinUI not being able to use SVG images everywhere that scale properly. |
Beta Was this translation helpful? Give feedback.
-
It's a bit late, but I'd like to highlight my pain points during development:
Generally, the controls can be more friendly for data binding. |
Beta Was this translation helpful? Give feedback.
-
Where is Xaml2018? When will we enter the official version of the Windows App SDK (WinUI 3)? --------------------------------Xaml2018在哪里?什么时候进入到 Windows App SDK(WinUI 3)的正式版? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
These are things we need and have been asking for years but have never been considered.
I hope Microsoft will consider this list. Also, if nothing is going to happen to any of the items, we expect a proper explanation so that we don't have to waste our time waiting to deal with it.
Instead of working on trivial things, focus on the following:
Controls
Features/APIs
Bug Fix
TitleBar Bug Fix
Tip
Completed features or fixes that have been implemented successfully.
Done
Beta Was this translation helpful? Give feedback.
All reactions