3 Answers, 1 is accepted
0
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:
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
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 >>
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
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
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.
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