码迷,mamicode.com
首页 > Windows程序 > 详细

C# ListView 列宽自动调整

时间:2016-07-05 09:54:22      阅读:398      评论:0      收藏:0      [点我收藏+]

标签:

/***********************************************************************
 *                    C# ListView 列宽自动调整
 * 说明:
 *     记录将C#中的ListView列宽设置为自动调整。
 *
 *                                   2016-7-5 深圳 南山平山村 曾剑锋
 **********************************************************************/


一、参考文章:
    C# ListView Column Width Auto
        http://stackoverflow.com/questions/1257500/c-sharp-listview-column-width-auto

二、有效信息:
    You gave the answer: -2 will autosize the column to the length of the text in the column header, -1 will autosize to the longest item in the column. All according to MSDN. Note though that in the case of -1, you will need to set the column width after adding the item(s). So if you add a new item, you will also need to assign the width property of the column (or columns) that you want to autosize according to data in ListView control.

 

C# ListView 列宽自动调整

标签:

原文地址:http://www.cnblogs.com/zengjfgit/p/5642330.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!