Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Splitter > Splitter scrollbar

Not answered Splitter scrollbar

Feed from this thread
  • Ky avatar

    Posted on Jan 3, 2012 (permalink)

    Hi all,
    I used Splitter Control to develop my Project. I have a problem below:
    1/ When the Text is very long=> the scrollbar is shown
    2/ We click on the scrollbar and drag down=> 2 splitter is drag too

    I want to fix the position of the splitter.

    Please view some images in attached file.


    Please help me to solve it

    Thanks alot 

    Reply

  • Dobromir Dobromir admin's avatar

    Posted on Jan 5, 2012 (permalink)

    Hi Ky,

    The provided information is not enough to determine the exact cause of the problem. According to the screenshots, I believe you are using custom skin for RadSplitter. If this is the case, could you please try to use one of the built-in skins and see if the problem still exists?

    Also, from the screenshots it not possible to determine if the displayed scrollbar is the browser's scrollbar or a scrollbar of the pane. Could you please provide sample page and / or a live URL reproducing the problem so we can examine it further?

    All the best,
    Dobromir
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

  • Ky avatar

    Posted on Jan 5, 2012 (permalink)

    Hi,
    I explained more clearly in attached image.

    When we drag the scrollbar down/up=> the possition of icon of splitter is no changed.

    you will view it in attached file and link below for example:

    http://thegioididong.com/sieu-thi-dien-thoai-di-dong%2Ctrang-chu-42.aspx

    Thanks alot,
    Ky NGUYEN
    Attached files

    Reply

  • Dobromir Dobromir admin's avatar

    Posted on Jan 9, 2012 (permalink)

    Hi Ky,

    If I understand you correctly you want to make the collapse / expand buttons displayed on the RadSplitBar to have static position. You can achieve this using the following CSS:
    .rspCollapseBarCollapse, .rspCollapseBarExpand
    {
        position: fixed;
        top: 200px; /*sets the required offset from the top*/
    }


    All the best,
    Dobromir
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Splitter > Splitter scrollbar
Related resources for "Splitter scrollbar"

ASP.NET Splitter Features   |  Documentation   |  Demos  |  Telerik TV   |  Self-Paced Trainer   |  Step-by-step Tutorial  ]