Hi

I use one of the methods of Listview to add columns to the control(Ex: Listview.Columns.Add("Name", width, horizontalalignment)), and Microsoft documention explain that -1 and -2 are valid values to set the width parameter, respectively, to size the column to the largest subitem or columnheader caption.
Meanwhile when i set the width parameter to that values i only get a mega column.

Anyone have a explanation ?