Window Control Focus Changes

- set the default focus control for all the windows.
This commit is contained in:
Brett Hewitson 2022-06-21 11:23:10 +10:00
parent 4199ab6160
commit 0b5d7c933a
41 changed files with 115 additions and 73 deletions

View file

@ -8,10 +8,11 @@
xmlns:en="clr-namespace:ServerManagerTool.Enums"
xmlns:rcon="clr-namespace:ServerManagerTool.Lib.ViewModel.RCON"
xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
Width="1024" Height="768" MinWidth="640" MinHeight="480" ResizeMode="CanResizeWithGrip"
SizeChanged="RCON_SizeChanged" LocationChanged="RCON_LocationChanged"
Name="RCON" Icon="../Art/favicon.ico" Title="{Binding RCONParameters.WindowTitle}">
Icon="../Art/favicon.ico" Title="{Binding RCONParameters.WindowTitle}"
FocusManager.FocusedElement="{Binding ElementName=ConsoleInput}"
Name="RCON">
<Window.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>