开发者

What Control(s) would you use to represent this MS Word "Control"?

开发者 https://www.devze.com 2023-03-21 08:33 出处:网络
The below is from a Word Form that I am bringing into a .Net Winforms App.I am curious as to how some of y开发者_JAVA百科ou would accomplish this.As far as I know there are not any existing controls t

The below is from a Word Form that I am bringing into a .Net Winforms App. I am curious as to how some of y开发者_JAVA百科ou would accomplish this. As far as I know there are not any existing controls that duplicate it's functionality, even if I remove the Total Hrs at the bottom. Am I wrong?

Secondly, I am relatively new to WPF but I get the impression that if I must create my own control it will be significantly easier in XAML form than WinForms, correct?

Thanks,

What Control(s) would you use to represent this MS Word "Control"?


Use a DataGrid (WPF) or DataGridView (WinForms)

0

精彩评论

暂无评论...
验证码 换一张
取 消