英文: WinUI 3 Create a Modal Search Form 问题 我正在研究将Windows Forms应用程序移植到WinUI 3。该应用程序具有一个模态搜索窗体,用于多个地方,如...
InkToolbar 在 WinUI 3 中可用吗?
英文: Is InkToolbar available in WinUI 3? 问题 WinUI 3的Figma文件中有InkToolbar,但似乎在WindowsAppSDK NuGet包中不可用。...
如何使CalendarView自动滚动到今天?
英文: How do I make CalendarView automatically scroll to today? 问题 我的问题是,今天大多数的用户界面都在他们的日历控件上有一个事实上的“今...
“Lottie Animation in WinUI 3” 可以翻译为 “WinUI 3 中的 Lottie 动画”。
英文: Lottie Animation in WinUI 3 问题 我正在尝试在WinUI 3应用程序中实现Lottie动画。之前它是在UWP中实现的。在UWP中,我使用了Microsoft.UI....
WinUI TabView 根据选项卡类型更改选项卡视图模型(和布局)。
英文: Winui TabView change tab view model (and layout) depending on tab type 问题 我有一个选项卡视图和多个视图模型,选项卡视图...
如何更改NavigationView标题的高度?
英文: How can I change the height of the NavigationView Header? 问题 以下是翻译好的内容: 如何减小我的图片中显示的标题文本上方和下方的空间...
How to change the Content and IsSelected properties of a NavigationViewItem in WinUI 3 by locating it using its x:name or tag?
英文: How to change the Content and IsSelected properties of a NavigationViewItem in WinUI 3 by locati...
如何通过C++/WinRT中的Frame.Navigate传递参数给构造函数?
英文: How to pass parameters to the constructor through Frame.Navigate in C++/WinRT? 问题 我刚刚尝试使用box_val...
在数据表格中:如何在更改单元格A的值后显示单元格B中的变化。
英文: In a Datagrid: How to display change in cell B after changing value in cell A 问题 我有一个使用 Communit...
如何设置一些颜色,考虑到深色/浅色模式切换?
英文: How can I set some colors that take the dark/ light mode toggle into account? 问题 我使用模板创建了一个WinUI...
7