开发者

Row Header in ListView In WPF

开发者 https://www.devze.com 2023-01-05 05:53 出处:网络
开发者_如何学PythonCan we show Row Header in ListView In WPF just like as spreadsheet.No there is no header in Listview. Use Datagrid insted of ListView.Just style the first column to look like a head

开发者_如何学PythonCan we show Row Header in ListView In WPF just like as spreadsheet.


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


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


Use SimpleListAdapter to populate your list which will use a xml in background to populate the arraylist of hashmaps and in that xml you can define header title and description of your own without digging in to complexity of custom adapter.

0

精彩评论

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