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

How to hide scrollable panel's horizontal bar?

3 Answers 615 Views
ScrollablePanel
This is a migrated thread and some comments may be shown as answers.
francis
Top achievements
Rank 1
francis asked on 26 Jul 2013, 09:22 AM

How to hide scrollable panel's horizontal bar? Can you give me some code example?

3 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 31 Jul 2013, 07:14 AM
Hello Francis,

Thank you for contacting Telerik Support.

If you want to enable the scrollbars of RadScrollablePanel you should set its AutoScroll property to true:
this.radScrollablePanel1.AutoScroll = true;

But this enables both Horizontal and Vertical Scrollbars when it is necessary (because when one Scrollbar is shown,  the visible area gets smaller, so the other Scrollbar is shown too). Currently, RadScrollablePanel does not support the feature to hide one of the Scrollbars if the visible area is not enough for the content.
We have this issue logged in our Public Issue Tracking System - PITS. You can track its progress, subscribe for status changes and add your vote/comment to it on the following link - PITS issue.

I hope this information helps. Should you have further questions, I would be glad to help.

Regards,
Desislava
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Fariba
Top achievements
Rank 1
answered on 22 Sep 2015, 12:29 PM

Hi

How can set the similar code (AutoScroll = true;) For RadGroupBox?

Regards,

Fariba

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 22 Sep 2015, 12:47 PM
Hello Fariba,

Thank you for writing.

In order to make RadGroupBox scrollable, you can insert a RadScrollablePanel in it and dock it to fill the entire group box. Thus, if the available content does not fit the group box and its scrollable panel, vertical/horizontal scrollbars will be shown.

I hope this information helps. Should you have further questions I would be glad to help.
 
Regards,
Dess
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
ScrollablePanel
Asked by
francis
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Fariba
Top achievements
Rank 1
Share this question
or