microsoft-ui-xaml
microsoft-ui-xaml copied to clipboard
ListView column reorder is not working when running app as Admin
Describe the bug
ListView's columns are not reorderable when the app is running as admin.
Steps to reproduce the bug
Create a ListView, configure it to enable column reorder such as by using CanDrag property.
Expected behavior
Columns should be reorderable when running as Admin. Running as Admin shouldn't cause any loss of functionality.
For what it's worth, it should be the opposite and actually unlock more features since the app has more privileges and has access to more resources.
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.7 Preview 1: 1.7.250208002-preview1
Windows version
Windows 11 (24H2): Build 26100
Additional context
No response
Hi @HotCakeX can you help us by providing minimal repro project?