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:behaviours="clr-namespace:CefSharp.MinimalExample.Wpf.Behaviours"
|
||||||
xmlns:behaviors="http://schemas.microsoft.com/xaml/behaviors"
|
xmlns:behaviors="http://schemas.microsoft.com/xaml/behaviors"
|
||||||
Title="{Binding Path=Title, ElementName=Browser, Converter={StaticResource TitleConverter}}"
|
Title="{Binding Path=Title, ElementName=Browser, Converter={StaticResource TitleConverter}}"
|
||||||
|
FocusManager.FocusedElement="{Binding ElementName=Browser}"
|
||||||
WindowState="Maximized">
|
WindowState="Maximized">
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
|
Loading…
Reference in New Issue
Block a user