I have a splitter in fullscreen mode with loads of other panes and splitters inside it. When the page loads everything appears all scrunched up in the top left corner of the browser and then the RAD Javascript kicks in and resizes it nicely.
Is there a way to hide the splitter until it's done the initial resize as it looks horrible?
I tried putting it in a hidden DIV and then running some Javascript on the body's OnLoad event to set the display: block; but that made no difference.
Is there a way to hide the splitter until it's done the initial resize as it looks horrible?
I tried putting it in a hidden DIV and then running some Javascript on the body's OnLoad event to set the display: block; but that made no difference.