Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello ,

I want to create Grid Like below i draw.
It's two dimensional grid with header like A,B is a column Header and 1,2 is row header and 5 denotes for width of column and 3 denotes for height of row.

i want draw exactly like below.

HTML
  A      B
1  ---5-----5---
  |      |     |
  3      |     |
  |      |     |
2 --------------
  |      |     |
  3      |     |
  |      |     |
  --------------


Thanks.
Posted
Updated 28-Sep-15 23:51pm
v2
Comments
CHill60 29-Sep-15 9:55am    
What have you tried? Where are you stuck?
J. Calhoun 29-Sep-15 13:23pm    
We are not going to write all the code for you; however, if you would like to post your code and explain where you are having difficulty we can help to correct your issues. With that being said if you need help on where to start with creating a data grid I found this article by David Veeneman on this very site that might help you.
http://www.codeproject.com/Articles/42548/MVVM-and-the-WPF-DataGrid

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