Is there any built in way for the UltraTimeLineView to scroll vertically through owners if you drag an appointment to the bottom or top boundaries?
If not, then what is the best way to scroll vertically programatically?
Thanks.
Aaron,
I think you want to call the EnsureOwnerVisible method off the UltraTimeLineView. Take a look at this article from our on-line documentation:
http://help.infragistics.com/NetAdvantage/WinForms/2012.1/CLR2.0/?page=Infragistics2.Win.UltraWinSchedule.v12.1~Infragistics.Win.UltraWinSchedule.UltraTimelineView~EnsureOwnerVisible.html
Let me know if that works for you.
That brings an owner into view at the first row, which isn't really what I need.
What I am trying to see is:
User wants to drag an appointment to an owner row that is not currently visible
User left clicks on appointment and starts to drag
Since the owner they want to drag the appointment to is on a lower non-visible row they drag the appointment to the bottom of the TimeLineView
As they reach the edge of the control the owners begin to scroll
Once the owner row that the user is looking for scrolls into view then they drop that appointment on that row