Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
28 views

I'm using DevWinUI's shortcut control but I'm confused on how to get the key and modifiers from it and then casting it to the proper types for RegisterHotKey. The shortcut control returns public new ...
Ryan Luu's user avatar
  • 631
0 votes
0 answers
39 views

I have a custom LoopPanel in WinUI, and I’m trying to implement inertia smooth scrolling and a snap-to-item feature. I implemented both features, but I’m seeing some weird behavior: the panel shakes ...
Katana's user avatar
  • 907
2 votes
1 answer
46 views

In extension to this question How to unify ScrollViewer Scroll across two columns? I have implemented this correctly. For mouse scroll events and trackpad scroll events the ...
Bevara Satyasairam's user avatar
0 votes
0 answers
67 views

I'm using the header of the listview to filter item inside it. What I'd want, would be, to have the TextBox Collapsed by default and on PointerReleased on the TextBlock to put it Visible. When ...
Riddsaw's user avatar
  • 47
3 votes
1 answer
77 views

I am working on a winui3 app where I wanted to remove the opening and closing animations of a Content Dialog. I tried removing the visual transactions but the animations still exists. Am I doing the ...
Bevara Satyasairam's user avatar
0 votes
1 answer
74 views

I have a Windows MAUI .NET 9 app which can be opened with a URI. My clients present a web page to their users, who can click on a button to request my MAUI (WinUI) app to open and do something. The ...
bobwki's user avatar
  • 952
2 votes
2 answers
80 views

I am trying to display items in a WinUI 3 ComboBox using SelectedValuePath and DisplayMemberPath. However, the ComboBox does not show the initial selected value. <ComboBox x:Name="...
kinton's user avatar
  • 409
-1 votes
1 answer
69 views

I have created a calenderview in winui3 for my project. I am setting the selected date in the code behind file. But the calendar is not bringing the selected date into view. How to fix this? If I set ...
Bevara Satyasairam's user avatar
1 vote
2 answers
104 views

I have created a custom control in winui3 and in OnApplyTemplate() i have subscribed for few events. How to unsubscribe these events? . I have tried it in unloaded event but unloaded event is called ...
Bevara Satyasairam's user avatar
0 votes
0 answers
77 views

I followed this tutorial https://learn.microsoft.com/en-us/windows/apps/develop/platform/csharp-winrt/create-winrt-component-winui-cswinrt and I would like to do the same thing but from a Win32 ...
Iordan Bogdan's user avatar
2 votes
2 answers
99 views

I am developing a WinUI 3 app in C#. I am using a SwapChainPanel and I want to handle keyboard input (for example, the Delete key) using the KeyDown event. However, the event never fires. Here is a ...
kinton's user avatar
  • 409
1 vote
1 answer
73 views

I’m working on an app that is delivered for both platform UWP and WinUI 3. In UWP, when I misspell or provide an invalid FontFamily, it seems to fall back to Segoe UI Variable. However, in WinUI 3, ...
Rafael Nunes's user avatar
1 vote
2 answers
236 views

I'm using .NET 9, WinUI 3, CommTk.mvvm, Microsoft DI. I have 3 projects in the solution: WinUI 3 (the interface) WinUI 3 class library (user controls to be used in multiple WinUI 3 projects) C# class ...
Terrence's user avatar
  • 2,824
-1 votes
1 answer
70 views

I am unable to bind AssignmentList to ListView. I have tried removing the Refresh() method, but it still crashes with this exception: Exception thrown: 'System.NotSupportedException' in WinRT.Runtime....
wonyh_'s user avatar
  • 139
2 votes
1 answer
93 views

I got an issue following WinUI tutorial. I followed the tutorial step-by-step with copy-and-paste code completion but, reaching the step "Create a page for a note" (specifically the point &...
El See's user avatar
  • 23
1 vote
1 answer
349 views

I believe my setup meets all the requirements on my Windows 11 24H2 machine but I can't find the "Blank App, Packaged (WinUI 3 in Desktop)" template. I have VS2022, installed .NET desktop ...
Omid Shojaee's user avatar
2 votes
1 answer
40 views

I'm building a WinUI 3 desktop application with a custom TitleBar. I've applied FlowDirection="RightToLeft" to the main grid in my MainWindow.xaml, but the caption buttons (minimize, ...
Abdul Saboor Habibi's user avatar
0 votes
2 answers
51 views

I have a requirement where the ComboBox popup should be shown below the ComboBox and the Selected Item should be different i.e the selected item should be shown with an Icon on the left. To show the ...
Bevara Satyasairam's user avatar
3 votes
1 answer
100 views

I have an ItemsView control with LinedFlowLayout inside my WinUI 3 application. I would like to make a list of "tags", but for some reason I cannot figure out, when the window is resized ...
Vytautas Valiukonis's user avatar
0 votes
1 answer
60 views

I am trying to use IncrementalLoadingCollection in ItemsRepeater. The GetPagedItemsAsync in the IIncrementalSource is not called automatically when scrolled . Should I manually trigger LoadMoreAsync ...
Bevara Satyasairam's user avatar
1 vote
1 answer
70 views

I am working with ItemsView for a while. I wanted to change the selecteditem's style and hoverstyle for the remaining items. The unwanted thin lines are displaying on the right side and bottom of the ...
Bevara Satyasairam's user avatar
1 vote
1 answer
60 views

The ItemsView's SelectedItem Property is a readonly property so it doesn't support two way binding. You can find the reference here https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/...
Bevara Satyasairam's user avatar
0 votes
2 answers
82 views

I want to change the Background color of my ListViewItems based on the value of the boolean property EstaGuardado of my model class Permiso. namespace Modelo.Autenticacion { public class Permiso ...
Larjos's user avatar
  • 1
1 vote
1 answer
161 views

How can I create a GridView in WinUI 3 where: 1.Only the first row is visible initially. 2.The second, third, and further rows should be hidden by default and shown on demand (e.g., on a button click)....
Bevara Satyasairam's user avatar
1 vote
1 answer
147 views

I am new to WinUI development, I created a new simple WinUI 3.0 app (using Viusal Studio template Blank App, Packaged (WinUI 3 in desktop) I also installed the following $ dotnet add package Serilog $ ...
SoftHuman's user avatar

1
2 3 4 5
15