search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

vertical Scroll Position to current hour

Asked by Ron Sell
13 years ago.
I would like the calendar week view to scroll to the current hour. So if it is 3pm, I don't see 9am stuff at top, I see 3pm at top. Anyway to do this either server side or client side? Thanks!
Comment posted by Ron Sell
13 years ago.
I figured it out :) in code behind on page load.. DayPilotCalendar1.ScrollPositionHour = Hour(Now())
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.