python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Get Element Root's ViewModel Context in WINUI3
I have a page which contains a ListView x:bound to an object in my ViewModel. This object contains a list of objects (timestamps) that contains a list of Subjects that contains a list of another objec...
h3ferd
Votes: 0
Answers: 1
How to change the thickness of WinUI progress ring?
I have a WinUI progress ring in my UWP C# XAML app like this
xmlns:winui="using:Microsoft.UI.Xaml.Controls"
<winui:ProgressRing
Width="250"
Height="250"
F...
Daniel
Votes: 0
Answers: 1
Embedding unity in WPF, WinUI, UWP application with control overlay
I need to do a POC of Unity integration in a UI framework (WPF, WinUI or UWP) for the company I work for but I am stuck on one of the constraints. The Unity process has to be embedded in the main wind...
Aaron B.
Votes: 0
Answers: 1
Want to use glyph getting error in a C# WinUI 3 Desktop program
I am attempting to use font 'Segoe MDL2 Assets' glyphs in a c# WinUI desktop program. Microsoft docs specify this:
You can assign a value from the Symbol enumeration, or a Unicode string that referenc...
LennyL
Votes: 0
Answers: 1