英文: With WinUI3 and C#, how do you take a Observable list of Image paths and display them as a horiz...
应用程序调用了为不同线程编组的接口。
英文: 'The application called an interface that was marshalled for a different thread 问题 我尝试创建一个线程...
在RelayCommand中设置TaskCompletionSource的结果不会触发等待的代码。
英文: Setting TaskCompletionSource result in RelayCommand not triggering awaited code 问题 I tracked dow...
WinUI 3如何在按钮点击时创建新的应用程序窗口。
英文: Winui 3 how to make a new app window at button click 问题 正在使用WinUI 3构建一个应用程序,使用XAML和C#。 在运行时如何创建应...
动态设置ScrollViewer的高度
英文: Dynamically Setting ScrollViewer Height 问题 我目前正在开发一个WinUI 3应用程序,并尝试在一个ScrollViewer上方和下方都有一个Stack...
In WinUI 3 In ListView How to make single item selected and other all item unselected and unclickable?
英文: In WinUI 3 In ListView How to make single item selected and other all item unselected and unclic...
如何在组合框中显示所有已安装的字体
英文: How to display all installed fonts in a ComboBox 问题 我需要在 WinUI 3 的 ComboBox 中显示用户安装的所有字体。我正在使用以下...
取消SplitView关闭事件而不停止鼠标事件
英文: Cancelling SplitView Close Event without Stopping Mouse Events 问题 我正在开发一个WinUI 3应用程序,我想让我的SplitV...
将 SoftwareBitmap 转换为 Mat 用于 C#
英文: Convert SoftwareBitmap to Mat for C# 问题 我有一个 SoftwareBitmap 对象,需要使用 openCV 进行处理。我没有找到用于将 Softwar...
如何在WinUI 3中更改鼠标指针的指针?
英文: How can i change the pointer of my cursor in winui3? 问题 I want to change my cursor ideally makin...