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
1 vote
1 answer
74 views

I have the following simplified xaml code within a page: <controls:SettingsExpander x:Name="ColorSettingsExpander" VerticalAlignment="Top" Header="Color ...
HElectronix'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
2 votes
1 answer
169 views

I followed several hints on how to get the "default browser" in windows, but they all are how to read the registry path from Current.User: Software\Microsoft\Windows\Shell\Associations\...
bobwki's user avatar
  • 952
1 vote
1 answer
75 views

I am working on a WinUI 3 application and need to display a line of text where only a portion of the text has a colored background (like a highlight). The requirement is: The text should wrap exactly ...
Bevara Satyasairam's user avatar
1 vote
1 answer
55 views

I am building a custom keyboard for my WinUI3 application for Touch machines. I couldn't prevent the default Touch Keyboard from opening when a textbox receives focus. I tried the following approach ...
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
1 vote
2 answers
85 views

I have tried grouping the items in the combobox like below Fruits Apple Banana Vegetables Carrot Brinjal I have used collectionview source to created the grouped source like below public ...
Bevara Satyasairam's user avatar
1 vote
1 answer
47 views

I am using the CalendarView control in my WinUI 3 project. I want to hide the out-of-scope dates. I didn’t find any property for this. I can set the OutOfScopeForeground to match the calendar ...
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
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
0 votes
1 answer
69 views

I am working on a WinUI3 project. I have a ListView where I want to change the datatemplate during runtime. Whenever I do that I could see a flicker or a visible flash. Template 1 <DataTemplate ...
Bevara Satyasairam's user avatar
0 votes
1 answer
136 views

I have a WinUI app: <Image x:Name="PixelSurface" Stretch="None" HorizontalAlignment="Left" VerticalAlignment="Top"> <Image.RenderTransform> ...
Anders's user avatar
  • 163
1 vote
1 answer
80 views

I'm building a two-column layout in WinUI 3 using a Grid, where each column can have a different amount of content (for example, the left column might be taller than the right one, or vice versa). I ...
Bevara Satyasairam'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
2 answers
72 views

I am trying to create an ItemsView with a collection of Images from Microsoft.UI.Xaml.Media.Imaging. The ItemsView is populated by a FilePicker in a CommandBar. The Images property is getting ...
Austin's user avatar
  • 53
1 vote
2 answers
138 views

I am currently developing a desktop application using WinUI 3 (Windows App SDK). While most of the UI is working as expected, I’ve noticed that the application’s icon displayed in the taskbar ...
Bevara Satyasairam's user avatar
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
1 vote
1 answer
130 views

I am using winui3 content dialog , when opened it is opening with an animation and when closed it is closing with an animation. <VisualTransition To="DialogHidden"> <Storyboard&...
Bevara Satyasairam's user avatar
1 vote
1 answer
113 views

I want to change the transparency of the overlay displayed on the parent window when the ContentDialog is open. I am using WinUI 3. I have looked into generic.xaml and tried changing a few things, but ...
kinton's user avatar
  • 409
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
1 vote
1 answer
276 views

Took these lines from WinUI 3 expander class documentation. Use an Expander to focus on the most important content when display space is limited. The Expander control lets you show or hide less ...
Bevara Satyasairam's user avatar
1 vote
1 answer
72 views

ItemsRepeater Layout can be changed to UnformGridLayout which makes the items to evenly distribute in the available space. <ItemsRepeater XYFocusKeyboardNavigation="Enabled" ...
Bevara Satyasairam's user avatar
2 votes
2 answers
990 views

I want to use DataGrid in WinUI 3, and I noticed that the WinUI3 gallery and the Windows Community Toolkit gallery have different DataGrid table controls. I can’t find where the DataTable is located. ...
kinton's user avatar
  • 409

1
2 3 4 5
15