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

RadScrollablePanel Autoscroll issue

5 Answers 314 Views
ScrollablePanel
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 11 Jul 2013, 01:50 PM
Hello,

I'm trying to simulate a terminal with a RadScrollablePanel, where I want to scroll to the bottom of the panel each time new information is added. I've looked at ways of doing this but can't figure it out.

Thanks.

5 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 11 Jul 2013, 02:42 PM
Hi Dan,

Thank you for contacting us.

Here is how to scroll to the bottom of the RadScrollablePanel
this.radScrollablePanel1.VerticalScrollbar.Value = this.radScrollablePanel1.VerticalScrollbar.Maximum;

I hope this helps.
 
Regards,
George
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
Dan
Top achievements
Rank 1
answered on 12 Jul 2013, 02:43 PM
Hello, 

Could you please help, I've spent all day trying to get this to work to no avail.

Currently I have a RadGroupBox, inside it I have a RadScrollable Panel and inside it I have a RadLabel, all I need is for the vertical panel to appear when the content of the RadLabel grows beyond the limit of the RadGroupBox, and this seemingly simple task is proving impossible...

Could you please let me know how can I get this to work.

Thanks in advance
0
George
Telerik team
answered on 16 Jul 2013, 02:16 PM
Hi Dan,

Thank you for writing back.

I have tested your case but I was not able to reproduce the issue you described. I am attaching the project used for my tests. Please let me know if there is anything that I am doing wrong.

Looking forward to your reply.
 
Regards,
George
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
bla
Top achievements
Rank 1
Veteran
answered on 16 Sep 2020, 08:56 AM

Sorry, but this is just wrong in the v2019. Setting this value does not make the RadScrollablePanel scroll at all!

So still the question is, how we can scroll  to a certain position by code!?!

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 18 Sep 2020, 08:36 AM

Hello, 

I have extended the project provided by George with the latest version of the Telerik UI for WinForms and it seems to work as expected on my end. Manipulating the VerticalScrollbar.Value property is the appropriate way to simulate scrolling.

Please refer to the attached sample project which result is illustrated in the attached gif file.

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
ScrollablePanel
Asked by
Dan
Top achievements
Rank 1
Answers by
George
Telerik team
Dan
Top achievements
Rank 1
bla
Top achievements
Rank 1
Veteran
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or