【发布时间】:2016-07-19 05:35:20
【问题描述】:
如何使用 wpf 在数据网格中自动生成序列号?`
<DataGridTextColumn Header="Sl#"
x:Name="serialnumber"
Binding="{Binding Serial}"/>
【问题讨论】:
-
您好,欢迎来到 StackOverflow。请花一些时间阅读帮助页面,尤其是名为"What topics can I ask about here?" 和"What types of questions should I avoid asking?" 的部分。更重要的是,请阅读the Stack Overflow question checklist。您可能还想了解Minimal, Complete, and Verifiable Examples。
标签: wpf xaml data-binding