fix: remove csharp-pro KeyboardNavigation overrides causing text box issues
This commit is contained in:
@@ -3,8 +3,7 @@
|
|||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls"
|
xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls"
|
||||||
xmlns:iconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks"
|
xmlns:iconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks"
|
||||||
Loaded="UserControl_Loaded"
|
Loaded="UserControl_Loaded">
|
||||||
KeyboardNavigation.TabNavigation="Cycle">
|
|
||||||
|
|
||||||
<UserControl.Resources>
|
<UserControl.Resources>
|
||||||
<!-- Shared style for AI action buttons (Title AI, Desc AI, Price Research) -->
|
<!-- Shared style for AI action buttons (Title AI, Desc AI, Price Research) -->
|
||||||
@@ -264,8 +263,7 @@
|
|||||||
<!-- RIGHT: Listing fields -->
|
<!-- RIGHT: Listing fields -->
|
||||||
<ScrollViewer Grid.Column="2" VerticalScrollBarVisibility="Auto"
|
<ScrollViewer Grid.Column="2" VerticalScrollBarVisibility="Auto"
|
||||||
Focusable="False">
|
Focusable="False">
|
||||||
<StackPanel Margin="0,0,8,16" MaxWidth="600"
|
<StackPanel Margin="0,0,8,16" MaxWidth="600">
|
||||||
KeyboardNavigation.TabNavigation="Local">
|
|
||||||
<TextBlock Text="LISTING DETAILS"
|
<TextBlock Text="LISTING DETAILS"
|
||||||
Style="{StaticResource SectionHeader}"
|
Style="{StaticResource SectionHeader}"
|
||||||
Margin="0,0,0,12"/>
|
Margin="0,0,0,12"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user