Last Updated:
21 Dec 2021 13:54
by ADMIN
GridView: Resizing the right-last non-hidden column causes an incorrect column to be resized when columns are virtualized
When column virtualization is enabled and there are columns with their IsVisible property set to False, resizing the right-most column can result in other columns being resized involuntarily.
Disabling column virtualization by setting the EnableColumnVirtualization property to False can be used as a workaround for the time being.