I was trying for a few hours to get rid of a "ghost" column that appear on my last Grid when I try to resize it. I know how not to display it, but every time I try to resize it the "unwanted" column appears from nowhere. Is there any solution to keep my [last-1] column resizable (I mean not to use CanUserResize="False") and last column hidden or not to appear when a resize [last-1] column is made?Many Thanks
Because Two DataGrid’s are aligned every time I resize the column of the first DataGrid I receive a space:
Here is the XAML. Line 80 solved my problem but then I have other: user can not resize the column obviously
If you have posted Xaml of your UI would have helped a lot to understand what's wrong. However these are settings I have on the DataGrid and do not get any extra column.