开发者

WPF - Adding a Rowheader to a ListView Grid View

I need to add a rowheade开发者_Go百科r 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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜