WPF Datagrid -DataGridTemplateColumn tab focus issue

后端 未结 4 1750
耶瑟儿~
耶瑟儿~ 2020-12-10 01:51

I am using Microsoft WPF datagrid. I have noticed a strange behavior with WPF datagrid DataGridTemplateColumn. When you use the templateColumn in the grid and the template c

4条回答
  •  爱一瞬间的悲伤
    2020-12-10 02:15

    There is a solution using a static class and one change to the Xaml for the control you want focused. "WPF DataGrid: Tabbing from cell to cell does not set focus on control"

提交回复
热议问题