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

No vertical scroll bar when too much content to fit

3 Answers 1001 Views
Window
This is a migrated thread and some comments may be shown as answers.
randy
Top achievements
Rank 1
randy asked on 01 Nov 2020, 11:45 PM

We have 2 different instances of Window:

  • Editor
  • Details

Editor always has too much content to show and Windows automatically adds a vertical scroll bar.  Editor's content is a number of Telerik controls "statically" defined in the Razor.  We also define a height and width.

Details is mostly a <table> with rows built from a foreach loop.  We don't specify a Height or Width.  Sometimes there's too many rows to fit in the dialog given the browser or screen size. Details does not display a vertical scroll bar when there is too much content so much of it is hidden.

How can we get the vertical scroll bar on the Details instance described above?

3 Answers, 1 is accepted

Sort by
0
Lachezar Georgiev
Telerik team
answered on 02 Nov 2020, 02:43 PM

Hello Randy,

As far as I understand there is a problem with a vertical scroll bar not showing. Can you send me a project, so I can investigate the issue and provide you further information?

Regards, Lachezar Georgiev 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/.

0
randy
Top achievements
Rank 1
answered on 03 Nov 2020, 02:27 AM
Solved.  Specify Height (and Width?) and you get the scroll bar.
0
Lachezar Georgiev
Telerik team
answered on 03 Nov 2020, 03:19 PM

Hi Randy,

I'm glad you resolved the issue.

Regards, Lachezar Georgiev 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
Window
Asked by
randy
Top achievements
Rank 1
Answers by
Lachezar Georgiev
Telerik team
randy
Top achievements
Rank 1
Share this question
or