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

adding a scrollbar inside TimeLineView in Scheduler?

1 Answer 101 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
K.Ramadan
Top achievements
Rank 2
Veteran
K.Ramadan asked on 22 Sep 2020, 02:47 PM

Hello,

I want to be able to scroll only in the scheduler and not in the whole WebPage, so stopping the User from scrolling in the page is an easy Part to do, but i couldn't find a solution for the scrollbar inside the View ! 

In the First one I see the scrollbar and this is because i have the dayView and not the TimeLineView ! (scrollbarInDayView_LI.jpg)

In the Second one there is no scrollBar because it's a TimeLineWeek View! (TimeLineWeekView_scrollbar_LI.jpg)

 

Thanks in advance

Blackout

1 Answer, 1 is accepted

Sort by
0
K.Ramadan
Top achievements
Rank 2
Veteran
answered on 22 Sep 2020, 03:01 PM

Hello again,

I've just overridden the class .k-scheduler-content.

In this Class is the Content of the scheduler (without date and time ColumnSpan just the "Event-Space")

my Solution :

.k-scheduler-content{
    max-height:885px !important;
}
Tags
Scheduler
Asked by
K.Ramadan
Top achievements
Rank 2
Veteran
Answers by
K.Ramadan
Top achievements
Rank 2
Veteran
Share this question
or