listview Header check-box

Posted by Andy on Stack Overflow See other posts from Stack Overflow or by Andy
Published on 2009-11-22T12:39:18Z Indexed on 2010/03/13 21:05 UTC
Read the original article Hit count: 272

Filed under:
|

Hi ,

I'm having a windows form which contains listview control , where listView1.View = View.Details; and listView1.CheckBoxes = true;

then added a column with HeaderName as "FileName".

listView1.Columns.Add("File Name", 200, HorizontalAlignment.Left);

Here I would like to have check box in the Header of listview , ie FileName.

Can anyone help me with this.

Thanks in advance. andy

© Stack Overflow or respective owner

Related posts about c#

Related posts about listview