I have ListView (in winForms) in my software and it shows name of software i fill it with. ListView's view can be set to details, big or small icons or list.
When it set to list, sometimes i have a file with long name which make all the columns (don't know exactly if they called columns or not) same long width.
Can i set the width of the columns to fixed number so that even if an item's name of the file (listViewItem.text) is higher than the fixed width number?
For example: if i set the width to 10 and a file name is 20 can the width stay at 10 for all columns.
Thank you