I have a listview which binds customer informations from database. There are 15 columns which are binded in that listview. One of that column is Customer Name.
I want to be focused them when I type their name's initial character from the keyboard. Have you any idea to make this ?
This is my listview's XAML code
<ListView x:Name="datalist" ButtonBase.Click="datalist_Click" ContextMenuOpening="datalist_ContextMenuOpening" MouseDoubleClick="datalist_MouseDoubleClick" SelectionChanged="datalist_SelectionChanged"
MouseUp="datalist_MouseUp" PreviewMouseUp="datalist_PreviewMouseUp" >