Im using the following code to auto size each column in my ListView:

Code:
.AutoSize (LvwColumnHeaderAutoSizeToItems Or LvwColumnHeaderAutoSizeToHeader)
Result:

Name:  Screenshot - 20.04.2020 , 18_26_20.jpg
Views: 1382
Size:  8.2 KB

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:

Name:  Screenshot - 20.04.2020 , 18_26_36.jpg
Views: 1391
Size:  8.1 KB

Is there maybe another flag availble to change this behavior?