Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2306
Scroll to a certain hour
posted

Hello,

i'm using the ultradayview control

How can i scroll to a certain hour programatically?

Parents
  • 2077
    Suggested Answer
    Offline posted

    You can do it like this:

    DateTime time = DateTime.Now;
    ultraDayView.FirstVisibleTimeSlot = ultraDayView.GetTimeSlotFromTime(time);

    HTH,
    Emanuel

Reply Children
No Data