This question is locked. New answers and comments are not allowed.
Hi and thanks for any help,
I am noticing layout issues when moving columns and setting columns from IsVisible=False to IsVisible=True.
I have tried calling
on some events - but it does not seem to have any effect.
Please see the attached image for an example of the layout bug.
Thanks
Zack
I am noticing layout issues when moving columns and setting columns from IsVisible=False to IsVisible=True.
I have tried calling
using
(grid.DeferRefresh())
{
grid.InvalidateArrange();
grid.InvalidateMeasure();
}
on some events - but it does not seem to have any effect.
Please see the attached image for an example of the layout bug.
Thanks
Zack
