WPF数据网格如何动态添加文本框和其他自定义控件
我想在 WPF 中创建一个 DataGrid,并且想动态地将文本框控件和复选框添加到网格中。我想在运行时动态地将字符串值设置为文本框。谁能给我提供一个可行的例子。
I want to create a DataGrid
in WPF and i want to add text box controls and check boxes to the grid dynamically . I want to set the string values to text boxes dynamically at run time. Can anyone provide me a working example.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不久前,我写了 使用代码在 WPF 中创建 DataGrid 看看它
A while ago I wrote Create DataGrid in WPF using code take a look at it