DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » Bugs » Vertical scoll in scheduler not working in Day View

Vertical scoll in scheduler not working in Day View

In the scheduler, I have set the

heightspec="fixed"
height="500px"
ViewType="Days"

The scoll appears and scrolls the table with all the events but the days are fixed and so every thing comes out of alignment.

Thanks

Tom
Tom - 2/29/2008 4:27:25 PM
Hi Tom,

I'll test it.
Dan Letecky - 3/4/2008 9:35:20 AM
I was playing with the http://www.daypilot.org/demo/Scheduler/DaysModeWeek.aspx demo.

I can see the following problem: When the height is too big (e.g. 500px in this case) the height of the actual contents is too small (around 350px) and the remaining area is filled with the background color. But the scrolling works fine.

When I set Heigth="300" everything works as expected.

I will try to fix the problem with the too big height (the height will be adjusted to be just fine). But if you see another problem I wasn't able to reproduce it - can you send me a screenshot (support@daypilot.org)?
Dan Letecky - 3/4/2008 9:54:15 AM
Hi Dan,

The problem isnt when the content is smaller than the height it is when the content is larger than the height.

eg. in your demo if you set the height to 200px when the content is 350px you should get the problem.

I will send you an example with more details.

Tom
Tom - 3/4/2008 10:28:01 AM
Post reply