Hello,
I have an issue with the rendering of some cells of the RadGridView after resizing them.
I have some GridViewDataColumn with a CellTemplate like this:
<DataTemplate>
<Rectangle Margin="5" Height="{Binding Height}" Width="{Binding Width}" Fill="Red" />
</DataTemplate>
If I change the value of Height and Width in my model, the size of Rectangle change but cells are often not rendered correctly, they seems cutted.
It seems that the issue doesn't happen if the scrollbar of the radGridView is completely to the left.
If I scroll a bit to the right, I can see the issue.
If i get the issue and I move a little bit the horizontal scrollbar, the layout of the grid is updated correctly.
I attach a small solution where I can reproduce the issue.(reference UI.for.Silverlight.Xaml.2015.1.0401.nupkg and MvvmLight 5.2.0.0 nuget package).
Thanks,
Andrea