Hi there,
I'm currently working on a project that requires the column divisions to be 30 minutes apart and grouped by the hour however when I try to use SetScrollX(DateTime.Now.Subtract(TimeSpan.FromHours(3))); to position it I get nothing, it just starts at 12AM.
Is there any way to get it to set to the nearest half hour?
Cheers,
Steve