55 questions
0
votes
0
answers
97
views
Having the child's scroll view take precedence over the parent's when mouse is over the child
(I don't think this is a dup of WinUI 3 ListView (or ScrollView) inside a ScrollView)
If there are controls with scroll views (e.g. ListView) in another control with a scroll view (e.g., ItemsView), ...
1
vote
1
answer
86
views
Underline for NavigationViewItems in horizontal mode too small
I am using a NavigationView in a WinUI desktop app in a Widows 10 machine. The selected underline i from the NavigationView should cover the whole text, but it doesn't. Is this a design bug, or is ...
0
votes
1
answer
415
views
site:stackoverflow System.Runtime.InteropServices.COMException 'Unspecified error' accessing App.xaml resource by name
I am trying to incorporate the H.NotifyIcon package to create a System Tray icon and handle context menu events into my WinUI 3 (.NET 8) project.
I am basing my integration on the H.NotifyIcon.Apps....