英文: Winui 3 open a new window in secondary monitor 问题 I have a WinUI 3 application. I need to open a...
通过 XAML 创建的控件绑定正常,但通过代码创建的控件绑定不起作用。
英文: Binding of the control created by xaml works fine, but binding of the control created by code do...
哪个控件可以拉伸?
英文: Which control can I stretch? 问题 给定一个具有两列的网格。如何让用户能够更改每列的宽度?他应该能够在较小的显示器上最大化一列的宽度。 <!-- 区域 a 和...
LibVLCSharp – WinUI – 内存泄漏?
英文: LibVLCSharp - WinUI - Memory Leak? 问题 LibVLCSharp现已适用于WinUI,其文档可在此处找到。 这是个好消息,感谢您分享。 我遇到了内存使用问题。...
创建一个从代码继承NavigationView的控件在加载时会抛出异常。
英文: Creating a control that inherits NavigationView from code throws an exception when it is loaded ...
使用Template Studio for WinUI时,视图和视图模型之间存在奇怪的依赖注入行为。
英文: Odd dependency injection behavior with Views & ViewModels using Template Studio for WinUI 问题...
How can I format a textbox number to curreny with 2 decimal places?
英文: How can I format a textbox number to curreny with 2 decimal places? 问题 You can format the text o...
The custom control not working when Window contain two or more this controls(WinUI3)
英文: The custom control not working when Window contain two or more this controls(WinUI3) 问题 在WinUI3项...
WinUI 3 全局按键按下/松开事件
英文: WinUI 3 global key down/up events 问题 在WinUI 3中,您可以通过在页面上处理CoreWindow.KeyDown事件来处理Escape键按下事件。这需要...
WinUI 3 从 ListView 显示选定的项目
英文: WinUI 3 Show selected items from ListView 问题 I have a WinUI 3 project scaffolded using Template ...
7