Refracted Paladin
Refracted Paladin

Reputation: 12216

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

The below is from a Word Form that I am bringing into a .Net Winforms App. I am curious as to how some of you 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,

Custom Control

Upvotes: 0

Views: 61

Answers (1)

SLaks
SLaks

Reputation: 887797

Use a DataGrid (WPF) or DataGridView (WinForms)

Upvotes: 1

Related Questions