This is a migrated thread and some comments may be shown as answers.

Horizontal Resize and Browser Scrollbar

2 Answers 108 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
marksweat
Top achievements
Rank 1
marksweat asked on 23 Jul 2008, 06:58 AM
I've got a splitter control with two Rad Panes. The content of the Rad Panes frequently changes size in my application. As the size of my content grows or shrinks I'd like the browser scroll bars to handle all scrolling that is necessary. I've checked the examples in the forum for "auto" resizing the splitter and panes in the vertical direction with some JavaScript. This worked for me.  I can't figure out how to make this in the horizontal direction though. Horizontal scrollbars never appear on the browser.

2 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 23 Jul 2008, 08:05 AM
Hi Marksweat,

You can use the same script but set the width instead of height and use scrollWidth instead of scrollHeight. If you need further assistance, please open a new support ticket and send me your sample project. Once I receive it, I will modify it in order to meet your requirements.


Sincerely yours,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
marksweat
Top achievements
Rank 1
answered on 25 Jul 2008, 09:12 AM
I was able to correct this problem by wrapping my Splitter control with a html table. Once I did that the horizontal scrollbar appeared

I found this to be a problem with the combination of VS20008, ASP.NET 3.5 and the 5/14/2008 versions of the Telerik web ui dlls.

I found this to work without wrapping the Splitter with a table using VS2005, ASP.NET 2.0 and the June version of the Telerik web ui dlls.

--Mark
Tags
Splitter
Asked by
marksweat
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
marksweat
Top achievements
Rank 1
Share this question
or