UICompositional Layout, NSDiffabledatasource

There is orthogonalScrollingBehavior is available but I want also auto scroll, so is there any method available which can provide auto scroll behaviour?
You can use scrollRectToVisible(_:animated:) and pass the frame of the cell you want to see onscreen.
UICompositional Layout, NSDiffabledatasource
 
 
Q