H
hazz
when I display the listview as per the following code, I only see the 'F' of
"File Type" and the 'L' of "List Item text" underneath the column header.
How do I set the column width to a specified width? Thank you. -greg
listView1.Columns.Add("File type", 20, HorizontalAlignment.Left);
listView1.Items.Add("List item text", 20);
"File Type" and the 'L' of "List Item text" underneath the column header.
How do I set the column width to a specified width? Thank you. -greg
listView1.Columns.Add("File type", 20, HorizontalAlignment.Left);
listView1.Items.Add("List item text", 20);