views:

14

answers:

1

I need to add a rowheader to a Listview GridView. it needs to act like a datagrid rowheader, sop it should be freezable.

is thsi possible? can anyone show me some source code to do this?

Thanks

A: 

The GridView do not have rowheaders but you can style the first column differently than the rest. Implementing freezing will require some innovative use of a scrollviewer. Can't you just use the DataGrid which has RowHeaders?

DataGrid Class

Wallstreet Programmer
Thanks Wall street. I implemented a Row Header in a list view and it was pretty hard to get it looking right but its all done now.
Kevin Nolan