Hi,
Noticed a bug that collapse icon/options always disappears if tab-bar is added to a corresponding layout cell. It only can be re-enabled if you set “collapse” option for that window that explicitly collapse it.
Regards
Igor
Hi,
Noticed a bug that collapse icon/options always disappears if tab-bar is added to a corresponding layout cell. It only can be re-enabled if you set “collapse” option for that window that explicitly collapse it.
Regards
Igor
Hi
It’s not a bug, it’s a standard behavior.
Use the next approach:
tabbar = dhxLayout.cells("a").attachTabbar(); //at the first attach tabbar to the layout cell
dhxLayout.cells("a").showHeader(); //then show the header of this cell