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.
全部,
我意识到 CustomColumnStyle 是在 DataGrid 中自定义单元格列的方法。我将如何使用它来使每个单元格成为面板。
我希望列中的每个单元格都是一个面板,所以我可以向它添加控件,比如多个按钮等。
提前感谢您的代码。
-杰里米
更正,我的意思是“DataGridColumnStyle”,而不是“CustomColumnStyle”。