how would one do this? ive looked and cant seem to find anyhting that could help me
Last edited by Colonel Klink; Sep 7th, 2003 at 10:41 AM.
This will resize the first column to 20 or whatever . Code: listView1.Columns[0].Width = 20;
listView1.Columns[0].Width = 20;
well ill be damned... thanks
Forum Rules