I implemented a scheduler with dynamic events render, i have a function to search for a certain resource, highlight and scroll to it. The problem is, after i scroll to that resource, the event is not yet render, so when it's actually rendering, row height is increase and push the highlighted resource out of screen.
Is there anyway to scroll back to resource after everything is done rendered, i try OnAfterRender() but it was not being called at all.