Violet Hansen
Violet Hansen
### Are you sure the Security measure is not already implemented? - [X] Yes, I have checked and the Security measure I'm suggesting to be implemented is not duplicate. 🫡...
### Describe the bug When we use the SmoothScrollIntoView feature in the ListView Extensions on a ListView like this ```csharp SmoothScrollIntoViewWithIndexAsync(index: DeployedPolicies.SelectedIndex, itemPlacement: ScrollItemPlacement.Center, disableAnimation: false, scrollIfVisible: true, additionalHorizontalOffset: 0,...
Added CenterHorizontally and CenterVertically to the ListView Extensions | Smooth Scroll Into View
Added `CenterHorizontally` and `CenterVertically` for the ListView Extensions, Smooth Scrolling Into View ## Fixes Fixes this issue: https://github.com/CommunityToolkit/Windows/issues/647 ## PR Type - Bugfix ## What is the current behavior? Smooth...
### Library version used 0.18.1 for Nativeinterop and 4.70.1 for identity client package ### .NET version .NET 9 ### Scenario PublicClient - desktop app ### Is this a new or...
### 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...
### Which version of the app? WinUI 3 Gallery v2.5.1 ### Description When i try to capture a photo i get this error (shown in the screenshot below) ### Screenshots...
When I try to use it, i see this  When I try to download .NET 7 i see the clear warning that it's reached EOL. Plus I already have...
### Discussed in https://github.com/HotCakeX/Harden-Windows-Security/discussions/920 Originally posted by **anotterdev** November 11, 2025 Hello Violet, Would it be possible to add the ISG information to the policy simulation page as well? While...
The carousel on the home page visually leaks to other pages after navigation, that means we can see the carousel on other pages briefly after clicking on the tiles in...
OpacityMaskView wasn't handling resources properly on unload, causing memory leaks and also changing ```csharp private static CompositionBrush GetVisualBrush(UIElement element) ``` to ```csharp private static CompositionSurfaceBrush GetVisualBrush(UIElement element) ``` improves performance.