Hello, I have a listview1 in my form. And my form has the ability to fullscreen itself.
In the meantime, I have this code:
ListView1.AutoResizeColumns(ColumnHeaderAutoResizeStyle.HeaderSize)
But that would only depend on the listview's headersize. or the column's header width.
I would like my all columns to share equal width. For example: listview is 40px width
and there are 4 columns, of course each columns should have 10px.
Is that possible? pls help.