Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了在UWP中以表格格式显示数据,我在我的应用程序中使用了 MyTool Kit DataGrid。它工作正常,但面临TabStop的一些问题。在网格中,我的一些列是可编辑的,而一些列是不可编辑的。我想为网格中的可编辑列提供制表位。我尝试过以下属性
IsTabStop=""False"
它仍然不适用于这个网格。请帮助我如何仅向 My ToolKit DataGrid 中的可编辑列提供制表位。