From d77df333b6e4058fec452f402e22f8a605cac21f Mon Sep 17 00:00:00 2001 From: Reza Bakhshi Laktasaraei <74649066+rezabakhshilaktasaraei@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:22:42 +0330 Subject: [PATCH] - Moved KeyboardNavigation.TabNavigation="Once" from ProfilesView.xaml into App.xaml style definition - Updated DefDataGrid style in App.xaml to include the TabNavigation setting - Ensures consistent keyboard navigation behavior across all DataGrids in the application - Simplifies view code and improves accessibility maintainability --- v2rayN/v2rayN/App.xaml | 1 + v2rayN/v2rayN/Views/ProfilesView.xaml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v2rayN/v2rayN/App.xaml b/v2rayN/v2rayN/App.xaml index 0832f4d9..23b03292 100644 --- a/v2rayN/v2rayN/App.xaml +++ b/v2rayN/v2rayN/App.xaml @@ -149,6 +149,7 @@ BasedOn="{StaticResource MaterialDesignDataGrid}" TargetType="{x:Type DataGrid}"> +