-
Hi, just checking if there are any plans to update to Windows Build >=20020. I am interested in testing out some of the new settings provided via https://learn.microsoft.com/en-us/uwp/api/windows.devi…
-
Do you have any plans to support the WinRT APIs?
The WinRT APIs are COM based. I tried including one of the WinRT headers config.h headers, and jwin32 generated a lot of COM wrappers. The resulting…
-
Same properties exist in XF and UWP
https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.grid.rowspacing?view=winrt-19041
https://docs.microsoft.com/en-us/dotnet/api/xamarin.forms.grid.…
-
Would be nice to show an example using something like `<ListView ItemsSource="{x:Bind MyCollectionViewSource.View}"/>` to show how to directly bind to a CollectionViewSource object.
As intuitiv…
-
> Respond to this event when you would like to display information in the editable part of the text control beyond what is provided by `TextMemberPath`.
It is not clear how to achieve the above me…
-
**Is your feature request related to a problem? Please describe.**
Currently, building an overlay requires using a UWP app as a base. This immediately locks out use of any libraries or features from …
agc93 updated
3 weeks ago
-
I have referred Metrologging Sample Code from this link - https://www.intertech.com/Blog/building-a-universal-windows-platform-uwp-application-part-4-logging-w-metrolog/
My Metrolog Code lies in di…
-
The API is throwing a `FileNotFoundException` if the item registered in the access list has been deleted. The documentation should mention this (and the other exceptions if any).
---
#### Docu…
-
For a while now, Microsoft have been saying to use C++/WinRT instead of C++/CX. Why then, are these samples still using C++/CX?
When will we get good resources explaining and showing how to use C++…
-
### Describe the bug
I have a basic test app using VS Studio Blank app for winUi 3 where I try to call the following code
When I try to run the following code which works in UWP
SmartCardPinPo…