-
Hi,
Thanks for this great Rotatory Wheel.
I'm trying to rotate the wheel programmatically (on a UWP App), so when a user rotates it manually it keeps spinning for a defined amount of time
I'm kind …
-
The primary language for Windows plugins is C++, since we don't want to force developers to take on the managed language overhead if they don't want to, but we should support C# since it's widely used…
-
### Description
In UWP, when you create an app with a master-detail navigation structure, the content of a navigation bar, specifically the title bar in the navigation bar, get's hidden when you …
-
실제 시각적으로 보여지는 App은 아래와 같이 구성할 예정
- [x] Web - ASP.NET Core Web App (MVC or Razor)
- [ ] SPA - BlazorServer
- [x] SPA - BlazorWasm
- [x] Desktop - WinUI3 (Unpackaged)
- [ ] Desktop - WPF
- [x] D…
-
Since I don't have a HoloLens unit yet. But thinking that UWP apps should work across Windows 10. Would it be a lot of work to convert GalaxyExplorer to XB1?
Has anyone given this a shot?
-
**Describe the solution you'd like**
This library is awesome. It would be a nice addition if a TabView could be extended in the title bar, as it can be achieved in WinUI 3 / UWP. A sample could also …
-
Hello,
I'm trying to implement some network functionalities in my UWP holographic app. My plan is to use RakNet API so your `CommonUniversal` project looks exactly what I need.
I statically linked…
-
### What happened?
Using the WinRT API `Windows.Storage.FileIO.writeTextAsync` from java script in webview2 throws "The system cannot find the file specified 0x80070002" even that the file exists.
…
-
It would be nice if Notepads had a context menu entry like _Open with Notepads_ (like VSCode or Notepad++).
This would allow us to easily open files with "unsupported" file extensions (e.g no file…
-
### Describe the bug
We want to have different background for odd rows in the list view, so we change its `Background` property in code. But it doesn't take effect until we pointer over it.
### …