Posted 29 January 2019, 1:46 pm EST
I am trying to resize my columns on every update. This is what I am doing at the moment but after the grid builds up a certain size it starts flickering on every update:
pivot_grid.beginUpdate()
pivot_grid.autoSizeColumns()
pivot_grid.endUpdate()
Is there any better way of resizing columns.
Thanks
