TabSheet

Hello,

I’m having a slight problem using tabsheets.

My application uses a class extending tabsheet, with too many tabs to fit in one view, in which case the little arrow buttons appear at the top right. After I use those buttons and select a sheet from the far right, the tabsheet scrolls itself back to the left. The sheet itself becomes visible, but the corresponding tab disappears from view, and you have to click on the arrow buttons to get it back. This didn’t happen before, but now I’m apparently causing the tabsheet to “refresh” itself somehow?

It’s a bit strange because I haven’t been calling any methods specific to TabSheet. All I do, is initialize it and then add some tabs.

Valtteri