ScrollPositionHour not working properly
14 years ago.
Hi Dan,
So I'm continuing work on the same MVC3 calendar from before (using version 1.5.5402.1) and I've come across another problem that I think might be a bug. I've had trouble finding exactly how it works, but it's my understanding that the dpc's ScrollPositionHour property can be set to an int of the hour that should be the uppermost visible hour upon page load. So if i set it to 8 (in the same way I would set BusinessBeginsHour = 8) then 8 o' clock should be scrolled to when the page loads. My calendar loads scrolled all the way up, displaying 12am - 7am instead of 8am - 3pm as I would like. I've tried changing ScrollPositionHour to many different things but nothing so far has had any effect. A few weeks ago it would load as I want with 8am being the first hour you see (I think just because that's BusinessBeginsHour) and I don't quite know what I changed to lose that effect. Hopefully I'm just using the property wrong and you can just point me in the right direction..
Thanks,
Brandon
DayPilot