Is there a method I can use to scroll to a particular task segment by passing in its index or object itself?
I want to apply the same when I update the data source. I tried using update task method but I’m not getting the preffered result as the segments are getting distorted.
Or else if there is a method to update a particular task segment without refreshing the whole data source, I can use that too.
I tried the above method. But my requirement is to scroll to a specific segment in a task containing multiple segments and not just to the starting segment of the task. Is there a method where I can probably feed in the segment object/id to scroll to it?
This reply was modified 1 year, 7 months ago by sj444.