Click here to Skip to main content
15,914,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am a newbie who just joined a certain big company as a developer in Asia.

To improve my programming skills, my supervisor has told me to do a lot of programming stuff like homework, and, step by step, I think I've done them well.

However, now I have a small problem using C#.
I've never seriously learned C# ,but I have to do it anyway to make myself look like getting improved.

The problem is, I don't really know what kind of grid components are going to be good to make this kind of thing. http://cfile28.uf.tistory.com/image/15412B5A4E16812B1AC564[^]


It seems like C# doesn't offer us good grid components that I can use to make those mentioned above, and I tried to find some but apparently it doesn't really work.

I appreciate any help from you.

Thank you.
Posted
Updated 7-Jul-11 18:11pm
v2

 
Share this answer
 
v2
If you're using WPF, each area of the screen would be a grid with an item template that was a custom control. In WinForms you'd want to do something similar with a TableLayoutPanel.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900