changeLayoutMode()
changeLayoutMode(mode: 'tiled' | 'auto')
//Changes the layout mode to automatic
sambaFrame.changeLayoutMode('auto');
//Changes the layout mode to tiled
sambaFrame.changeLayoutMode('tiled');Last updated
changeLayoutMode(mode: 'tiled' | 'auto')
//Changes the layout mode to automatic
sambaFrame.changeLayoutMode('auto');
//Changes the layout mode to tiled
sambaFrame.changeLayoutMode('tiled');Last updated