I have a ListView setup in Detailed view. I have 3 columns. No matter what width I set the columns, they look great in designer view but when I run the application they are squished and you can't even read the labels.

I have tried this:
VB Code:
  1. MyColumn1.AutoResize(ColumnHeaderAutoResizeStyle.HeaderSize);

But that does nothing, as does its other modes. Also, adding and removing items from the list does not change the column width.

Setting the column width manually also does not change it.

The only way to change it is manually but I'd rather not do to.