I've seen this snippet of code on the forums which supposedly moves the gantt view to the current date:
this.RadGantt1.ScrollingService.ScrollToDateTime(DateTime.Today);
Unfortunately it seems to be deprecated and I can't find a suitable option in the help (or in the control methods).
Any help would be appreciated.
thanks.