WPF DataGrid add a new row if we press tab on last column of last row. But after adding the new row, the focus is moved to top row of the grid. How can we make sure that the focus is moved to the first column of new row?
相关问题
- How can I add a horizontal line (“goal line”) for
- Accessing the WPF DataGrid “empty” or “rowcolumn”
- Binding not working in DataGrid column header when
- Using WPFToolKit's DataGridHyperlinkColumn
- How can I prevent row selection in the WPF Toolkit
相关文章
- Datagrid : Is there no Sorted event?
- WPF: Copy from a DataGrid
- WPF DataGrid not updating on PropertyChanged
- Programmatically create a ColumnSeries WPF Toolkit
- How to bind MySQL table to datagrid in WPF app
- DataGrid RowStyle - Binding Value in DataTrigger
- WPF DataGrid: resizing columns
- How to Select All check box together in WPF datagr
You could try something like
But I'm not sure if that will set the focus too. If not then try the following: