Check documentation for the latest version of dhtmlxSuite enableAutoReSize DHTMLX Docs

enableAutoReSize

enables/disables automatic adjusting of height and width to the outer container

void enableAutoReSize();

Example

myTabbar.enableAutoReSize();

Details

Tabbar will be automatically adjusted in the fullscreen mode.

Back to top