Vertical Scroll Asked by Balasubramanian Velmurugan13 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" how-toasp.net
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.
Comment posted by Dan Letecky [DayPilot]13 years ago. The above answer applies to the Calendar: http://www.daypilot.org/calendar.html For the Scheduler, use HeightSpec="Auto". See also: http://www.daypilot.org/scheduler-height-vertical-scrollbar.html