Ok. That's good to know.
But from my last experience, I think I cannot make these Splitters resize to browser's dimension (like 100% of both width and height), which is why I used the FullScreenMode. I think it will only work with having a definite height value like height="700px" but this would not always assume the browser's height like what FullScreenMode does. For the width, it can display the percent value correctly, like if you use width="100%". Also I think you can specify height="100%" and width="100%" if you have the splitter contained in like a <div> that has a fixed height. This way it works but it still does not do the functionality of the FullScreenMode.
Can you give me example not using the FullScreenMode but will use height="100%" and width="100%" and not be contained on some div that are dimensioned with fixed height.
I really appreciate your help.