Vertical Scroll

Asked by Balasubramanian Velmurugan
13 years ago.

When only 'one' event is there in scheduler, the content is partially viewable and we have to scroll down to view that only one event detail.
We have specified,
HeightSpec="Max"
Height="275"

Answer posted by Dan Letecky [DayPilot]
13 years ago.

HeightSpec="Max" means the height will never be more than Height value (in pixels).

You can try HeightSpec="Full".

You can also set the initial scrollbar position using ScrollPositionHour property.

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.