Im using the following code to auto size each column in my ListView:
Result:Code:.AutoSize (LvwColumnHeaderAutoSizeToItems Or LvwColumnHeaderAutoSizeToHeader)
How can i avoid the stretching of the last column to the end of the control ?
I want that the autosize of the last column is the same like all other columns:
Is there maybe another flag availble to change this behavior?




Reply With Quote