Grid Resize in Layout

Hi,
I have a grid in a tabbar, in a Layout Cell. When I resize the layout horizontily and refresh the grid, It does not fill the resized layout cell width, but goes back to the original size of the Layout cell.
I have tried…

tabbar.enableAutoSize()
tabbar.enableAutoReSize()
layout.setSizes()

The grid resizes when the Layout cell is changed, but NOT when the grid is refreshed.

Any help would be… helpful?!?
Thx

What do you mean by “refresh” ?

Normally, when using layout you need not

a) use any auto-size modes
b) call grid.setSizes() directly

Hi,

By refresh, I mean… re-load the grid.
The width of the grid reverts back to the original size of the layout cell within the tab after the layout size is adjusted.
It seems sometimes it works and other times it doesn’t. I am going to continue adjusting the
setSizes() and see if I can correct it.
Thx.