properly resize wpf ListView's last column
问题 How to properly handle listview's last column sizing in such a way that: listview does not display the ugly and unused 'extra' column (see picture 1, or here for example) the (actual) last column is stretched to fill the remaining space the horizontal scrollbar is not shown resizing in any direction leaves no artefacts (see below) I've been struggling with this for quite some time and it doesn't work out, nor did numerous searches on the web provide any insight. Here's what I have so far: I