I am having few issues on using WebSplitters...
[1] I am having two webpart zones within the vertical splitter. While running the application and while resizing the zones are displaying the horizontal scroll bars which is required. But along with that i am also having the Internet Explorers Horizontal scroll bar. How i can disable that?
[2] Inside the Zones i am using different user controls and custom controls each with the different width. So its looks bad on runtime. Is there any way to have a look of equal width?
[3] Mainly the vertical splitter is moving to the extreme left or right which i need to restrict? I dont want to allow it to move to the full possible level.
[4] After resizing how i can save that. Any code help reference please?
Thanks in Advance.
Expecting a fast reply.
I'm afraid I can only help you with #3 and #4:
You can set a maximum, minimum and an initial width/height for the SplitterPane:
<
To get the current size of the pane you can use JavaScript. In the CSOM you find the SplitterPane object with a property called size.
Hope, I was able to help you.
CSOM - I didnt get you?