如何动态添加按钮到WPF Datagrid列?
有没有办法动态地将按钮控件(以及列名称)添加到 WPFDataGrid 列?
通过单击标题按钮,将打开弹出窗口。
这个按钮的生成是动态的,由代码隐藏决定,有些列标题需要添加,有些不需要添加。
Is there any way to dynamically add a button control(along with column name) to WPFDataGrid column,??
By clicking on header button,pop-up will open .
this button generation is dynamic one ,which will be decided from code-behind, for some column headers need to add,for some not needed to add.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许使用 DataTemplate 选择器?像这样的:
XAML:
C#:
Maybe with a DataTemplate selector? Something like this:
XAML:
C#: