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

Horizontal scroll bar

1 Answer 41 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
harika dasari
Top achievements
Rank 1
harika dasari asked on 07 Apr 2010, 11:11 AM
Hi Telerik,

    I have a left pane in my application.... i need to have only vertical scroll bar but whenever vertical appears horizontal scroll bar also appears which is not required.
how can i overcome this,and tjis happens in IE7 and FF only.


Thanks
Pushpa.

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 07 Apr 2010, 01:08 PM
Hello Pushpa,

To show or hide scrollbars in RadSplitter you should use the scrolling property as shown in the example bellow:

<telerik:RadPane ID="pane1" runat="server" Width="200" Height="300" Scrolling="Y">
  some_long_text_to_make_the_horizontal_scrollbar_to_appear...
</telerik:RadPane>

There are several option for this property and for your case you should use Scrolling="Y". Other possible options are:

  • Scrolling="Both" - shows both scrollbars
  • Scrolling="X" - shows horizontal scrollbars
  • Scrolling="None" - hides both scrollbars

Greetings,
Bozhidar Ruzhenov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Splitter
Asked by
harika dasari
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or