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

Show Scrollbar in RadScrollablePanel

6 Answers 274 Views
ScrollablePanel
This is a migrated thread and some comments may be shown as answers.
Juergen Holzer
Top achievements
Rank 2
Juergen Holzer asked on 10 Sep 2010, 08:30 AM
Hello!

I want a RadScrollablePanel which just have a VerticalScrollBar (which is everytime visible). So the user can only scroll down and there is no ned of a HorizontalScrollBar.

I even tried this code below, but there is no effect (also setting direct on PanelContainer has no effect)

this.radScrollablePanel3.PanelContainer.HorizontalScroll.Enabled = false;
this.radScrollablePanel3.PanelContainer.VerticalScroll.Enabled = true;
this.radScrollablePanel3.PanelContainer.VerticalScroll.Visible = true;

Does someone know what I have to do?
Thanks!
Regards
Juergen

6 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 10 Sep 2010, 09:37 AM
Hi Juergen Holzer,

Thank you for the question.

You can enable the scrollbars of RadScrollablePanel by setting its AutoScroll property to true:
this.radScrollablePanel1.AutoScroll = true;

I hope this helps.

Best wishes,
Nikolay
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
0
Juergen Holzer
Top achievements
Rank 2
answered on 10 Sep 2010, 09:44 AM
Thanks for your quick answer!

I even knew the property. But this enables Horizontal and Vertical Scrollbars (because when one Scrollbar is shown, most of time the Visible Area is to small, so the other Scrollbar is shown too). I only want the VerticalScrollbar to be enabled and visible.

regards
Juergen
0
Accepted
Nikolay
Telerik team
answered on 16 Sep 2010, 09:51 AM
Hi Juergen Holzer,

Thank you for getting back to me.

Currently, RadScrollablePanel does not support this feature. We will consider implementing it in one of our next releases.

Your Telerik points have been updated for the feature request.

If you have additional questions, feel free to contact me.

Kind regards,
Nikolay
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
0
Juergen Holzer
Top achievements
Rank 2
answered on 16 Sep 2010, 09:59 AM
Thanks for your reply and the points. So I am eagerly anticipating the next release.

Just one question out of the topic, is there a way to get notified for new releases?

Kind regards,
Juergen
0
Nikolay
Telerik team
answered on 21 Sep 2010, 03:42 PM
Hi Juergen,

You can get notified when a new version is released by subscribing to the Telerik WinForms Release Notes RSS feed. You can also track the status of the feature request using our Public Issue Tracking System.

Please note, however, that this feature is not scheduled for a certain release. We will implement it in one of our next releases, but I currently cannot provide you with any specific time frame.

Greetings,
Nikolay
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
0
Juergen Holzer
Top achievements
Rank 2
answered on 21 Sep 2010, 03:53 PM
Thanks for the link to the RSS feed, I have subscribed it.

Regards
Juergen
Tags
ScrollablePanel
Asked by
Juergen Holzer
Top achievements
Rank 2
Answers by
Nikolay
Telerik team
Juergen Holzer
Top achievements
Rank 2
Share this question
or