Click here to Skip to main content
15,921,276 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am trying to make up a WPF datagrid custom item template. The image for that is the following:

Desired look

But I have not idea yet about how to create custom item controls :( Please, help me to do that.
Thanks in advance.

<img src="http://postimg.org/image/457tyzba1/"></img>
Posted

1 solution

Hi, there are some links that going to help you:
ListBox Styles and Templates[^]
ListBox in WPF[^]
Styling DataGrid[^]
WPF DataGrid Custommization using Style and Template[^]

So, implementing styles and templates you can do even a better look and feel for your DataGrid or List.

Hope it helps
 
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