WinForm AudotScroll doesn't work

1 Answer 61 Views
ScrollBar
Mark
Top achievements
Rank 2
Bronze
Iron
Veteran
Mark asked on 15 Mar 2022, 06:10 PM

I have a winform, that extends pretty far below the actual size of the screen.  I have AutoScroll set to true. I can see the scroll bar in the designer, but can not move it so I can get to controls are that are off the screen.  I am not sure what I can do here. At this time, i can't not create a reproducible sample app of this happening.  I am hoping someone has seen this before and had a possible fix for this.

 

Thank You.

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 16 Mar 2022, 04:34 PM
Hello, Mark,

I would like to note that the AutoScroll property is an inherited property from the Control class. It shows actually the standard MS scrollbar and we don't have a particular control over it. The general advice that I can suggest is to consider using the RadScrollablePanel as a container control on the form. Set its Dock property to Fill and then put the rest of the controls inside the RadScrollablePanel.

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

Regards,
Dess | Tech Support Engineer, Principal
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
ScrollBar
Asked by
Mark
Top achievements
Rank 2
Bronze
Iron
Veteran
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or