Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
598 views

I have a UWP Windows store app with a WinUI 2.0 tree view control. I load the sub directory structure in the treeview based on user selection of a folder. The problem I am facing is that the ...
Nimesh Madhavan's user avatar
0 votes
1 answer
377 views

After beeing used to structure my project in WPF on a light MVVM pattern, I'm looking into WINUI for a new project. In the elapsed time, UWP and x:Bind did appear and it looks like the pattern can be ...
Technos's user avatar
  • 13
1 vote
1 answer
211 views

WinUI ProgressRing get stuck and won't turn around the background again after a page navigation. It looks a frozen progress ring :) ProgressRing seems ok on UWP, the real issue seems on WASM. I ...
berkb's user avatar
  • 612
0 votes
1 answer
251 views

Using UWP XAML, I am trying to recreate this textbox UX from Postman whereby it pops up above all other elements in the app to display the full text: https://streamable.com/avrixo. I've almost fully ...
Daniel's user avatar
  • 138
2 votes
2 answers
349 views

I'm trying to add the new WinUI 2.4 ProgressRing. It works perfectly on UWP app but not show in WASM. My App.xaml and Mainpage.xaml is: App.xaml: <Application x:Class="ACM_Search_Uno.WinUI....
berkb's user avatar
  • 612
0 votes
1 answer
424 views

I come from a WPF / Prism background but I really like what X:Bind offers. How do I get x:Bind to work with my ViewModel when using Prism.Uno? I have prism:ViewModelLocator.AutoWireViewModel="True" ...
George Bamber's user avatar
1 vote
1 answer
233 views

I've been excited about Uno but at the end of the day, I'm a diehard Windows 10 M supporter and would like to publish an app for the platform before it's completely buried and impossible to target. ...
lmcdo's user avatar
  • 45
5 votes
3 answers
5k views

With .NET Core 3 in preview, it is possible to create a WinForms or WPF "desktop application" on the .NET Core platform. Using XAML islands, it is possible to host UWP controls in a WPF application. ...
mathias's user avatar
  • 105
3 votes
1 answer
758 views

I am trying to use new WinUI toolkit TreeView control. I need to scroll programmatically to specific item. I cannot find way to do this.
user1744147's user avatar
  • 1,147
105 votes
4 answers
52k views

Trying to grasp the concepts of MVVM, I have already read several blogs and looked at a few projects. From what I understand, a View is dumb, it just knows how to present something that is passed to ...
RKM's user avatar
  • 3,261

1
11 12 13 14
15