开发者

Row Header in ListView In WPF

开发者_如何学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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜