With some simple maxscript: Drag this code from your web browser into your 3dsmax toolbar and click the button. Use the button as a toggle between both states. (-- Toggles on and off the bottom toolbar fn togglebotoff = ( trackbar.visible = false timeSlider.setVisible (true) statusPanel.visible = false…
Are you talking about the dock state? As in you want it docked at the top but the script aligns it to the bottom? The dock state is called out in the script and forced on each time so if you want it aligned some other way you need to either remove that from the script or change it to how you like it docked. The line you're…