Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
Urgent Please
posted

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.

 

 

 

 

Parents
  • 120
    Suggested Answer
    posted

    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:

    <

     

     

    ig:SplitterPane runat="server"  MaxSize="320px" MinSize="200px" Size="250px">

    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.

Reply Children