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
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
5 Answers, 1 is accepted
0
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
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
0

Ky
Top achievements
Rank 1
answered on 05 Jan 2012, 05:56 PM
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
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
0
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:
All the best,
Dobromir
the Telerik team
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
0

Philip
Top achievements
Rank 1
answered on 18 May 2014, 02:52 AM
Problem using custom skins for RadSplitter I'm also very interested.
I'm trying to apply it to my site. http://www.technewonline.com
thank's for share information.
I'm trying to apply it to my site. http://www.technewonline.com
thank's for share information.
0
Hello Philip,
I am afraid that I do not understand the exact issue in the provided live url. Could you, please, explain in more details what is the exact issue you are facing? Can you also provide markup it could be reproduced with?
Looking forward to hearing from you,
Vessy
Telerik
I am afraid that I do not understand the exact issue in the provided live url. Could you, please, explain in more details what is the exact issue you are facing? Can you also provide markup it could be reproduced with?
Looking forward to hearing from you,
Vessy
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.