Piccolo trick per impostare l’elemento che deve avere il focus quando viene visualizzata una finestra…, non funziona in tutti i contesti ma può sempre venire utile…
1: <Window x:Class="D01_MovieCatalog.Views.CatalogView"
2: xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3: xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4: Title="CatalogView"
5: FocusManager.FocusedElement="{Binding ElementName=TextBoxSearch}"
6: >
TextBoxSearch è l’elemento che deve avere il focus inizialmente.
Technorati Tags:
WPF,
Focus