Hello, testing ListView, is possible when View=Tile, change column/tile width?, i use:
listView1.Columns.Add(“Listados”, 250);
or
listView1.Columns[0].Width=250
but width not change, when View=Details it`s ok.
Thanks,
Mariano
Ok, forget the question, ItemSize property do the job.