2017年5月2日
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2017-05-02 22:44 张鑫4477 阅读(193) 评论(0) 推荐(0) 编辑
摘要: ListView控件是一个winform自带的表格型的应用数据展示控件 好处:是功能比较完善,不需要再自己设置 缺点:不好的地方就是不能设置控件中单元格的大小,字体变大之后超出部分就会隐藏 要将表中的数据展示出来,需要做到以下几步: 1.先设置好ListView的列名,确定好要展示的的数据有几列 ( 阅读全文
posted @ 2017-05-02 17:02 张鑫4477 阅读(283) 评论(0) 推荐(0) 编辑