WPF - Set ChromiumWebBrowser as focused element
This commit is contained in:
parent
25efdfdb3f
commit
d752b5852f
@ -6,6 +6,7 @@
|
||||
xmlns:behaviours="clr-namespace:CefSharp.MinimalExample.Wpf.Behaviours"
|
||||
xmlns:behaviors="http://schemas.microsoft.com/xaml/behaviors"
|
||||
Title="{Binding Path=Title, ElementName=Browser, Converter={StaticResource TitleConverter}}"
|
||||
FocusManager.FocusedElement="{Binding ElementName=Browser}"
|
||||
WindowState="Maximized">
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
|
Loading…
Reference in New Issue
Block a user