How would I programmatically scroll to a particular task in the timeline portion of the GanttView?
UltraGanttView.EnsureTaskInView.
Brian,
I feel silly that I didn't find that myself but it doesn't do what I was hoping. It DOES bring the task into view on the grid but it DOES NOT bring the task into view on the timeline, which is what I'm really looking for.
However, it led me to find .EnsureDateTimeVisible which DOES exactly what I was looking for.
Thanks.