tags:

views:

26

answers:

2

Can we show Row Header in ListView In WPF just like as spreadsheet.

+1  A: 

No there is no header in Listview. Use Datagrid insted of ListView.

Ragunathan
+1  A: 

Just style the first column to look like a header and you are done.

Wallstreet Programmer
can u tell me how can i style the first column as a row header?
atul gupta
http://msdn.microsoft.com/en-us/library/ms750709.aspx
Wallstreet Programmer