Auto-resize treegrid width when hidden or show columns

Hi everybody, when I hidden one column in my treegrid, the grid always keep original width after that, is there any solution to auto MINUS the hided column width and keep other columns width at the same time?

Please, try to enable auto width mode for your grid:
myGrid.enableAutoWidth(true)