WinUI Community Call: June 5, 2024 #9653
Replies: 13 comments 7 replies
-
Would someone comment on issue 9154 please? Performance is important for LoB apps, where we need to display a lot of data items on screen and even WPF was struggling in such scenarios despite virtualization. |
Beta Was this translation helpful? Give feedback.
-
I noticed that winui ICollectionView does not have Filter property, what's the current best practice for filtering a listview/treeview with MVVM then? I also noticed that I cannot set the hover delay for the tooltip, any way to set the custom delay in may app? |
Beta Was this translation helpful? Give feedback.
-
At this point the TreeView's ItemTemplateSelector is basiclly broken because the container recycling puts you into a wrong container - there are lots of bugs issued around that. The Remark section of the SelectTemplateCore method group says you should use SelectTemplateCore(Object, DependencyObject) instead of SelectTemplateCore(Object) for all VirtualizingStackPanels But this workarounds can only fix ListView and GridView, because by using SelectTemplateCore(Object, DependencyObject), you can no longer set the containers in DataTemplates Does the WinUI team aware of this issue and if so, any plan to address this? Perhaps, adding a HierarchicalDataTemplate class that allow you to bind data source on the DataTemplate layer like wpf did? |
Beta Was this translation helpful? Give feedback.
-
I missed any updates during the BUILD sessions on actual Visual Studio C++ tooling to bring the developer experience closer to Qt and C++ Builder, or back to what C++/CX used to offer us. |
Beta Was this translation helpful? Give feedback.
-
I'd like to know about the coming
|
Beta Was this translation helpful? Give feedback.
-
For 1.6 and control improvements, is #6945 being looked at? Currently, some (even minor) changes to the default styles require copying and editing the entire XAML style from As a first step, easy to implement step, it would be nice if all |
Beta Was this translation helpful? Give feedback.
-
Question: Is there any other option to bring a specific item into view in a When dealing with a Manually calculating offset to a specific index is not possible when the items are of variable in size because all the containers are not initialized at once. |
Beta Was this translation helpful? Give feedback.
-
Are there any plans to fix the XAML compiler bug 3331, which breaks |
Beta Was this translation helpful? Give feedback.
-
WinUI still does not support the x:TypeArguments Directive because it does not support XAML 2009. This makes it impossible to make generic controls such as MyUserControl. |
Beta Was this translation helpful? Give feedback.
-
Stable release for 1.6 planned on Fall 2024, but any estimated date when 1.6 preview will be available to public? Really wanna start playing with native AOT. |
Beta Was this translation helpful? Give feedback.
-
Are in process background tasks and UWP-like lifecycle events planned? |
Beta Was this translation helpful? Give feedback.
-
Are there any stability fixes in the 1.6 that could improve the multi-select and virtualization issues of the |
Beta Was this translation helpful? Give feedback.
-
Hello, There are users on the PowerShell side who want to be able to use WinUI3 but there is no official guidance or even official example of how to do it. I posted this question on StackOverflow and received some responses: https://stackoverflow.com/questions/78468949/how-to-create-winui3-gui-in-powershell I'm hoping the WinUI team will go over this topic and provide some guidance, helping material and code examples for how to do this in PowerShell. P.S I'm totally aware of WPF can be used in PowerShell and I've built GUI based on that and also aware that WPF is being overhauled at the end of this year with Windows 11 themes, however the focus of my post is only about WinUI3 in PowerShell. When we use Visual Studio, it's extremely easy to setup a C# app that uses WinUI3 with pre-made setups, the same ease of use should be provided for PowerShell users as well or at least there should be a official Microsoft guide that explains how we can do it manually, so we can automate it ourselves through scripts and so on. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Please join us for the June 2024 edition of the WinUI Community Call. This event will be live-streamed to YouTube: https://www.youtube.com/watch?v=pExPo1VJ8Ks
Details
Date: Jun 05, 2024
Time: 16:00-17:00 UTC (9:00-10:00am Pacific)
Anyone and everyone is welcome - no pre-registration is required.
This will be an informal interactive live stream directly with members of our engineering team.
Format
The community call is a call among the WinUI team that is live-streamed onto YouTube. We present on new updates, share information, welcome guests, and answer your questions.
The WinUI and WindowsAppSDK teams are back from a busy //Build season and are excited to share our 1.6 plans and demos! We've also got a few great guests for you on this call. We can't wait to share what's coming next and look forward to seeing you all there!
Agenda
Q&A Code of Conduct
Leave us your questions in the comments on this issue or live in the YouTube chat during the stream!
Beta Was this translation helpful? Give feedback.
All reactions