How to make the Rowlist focused Row to the center position?

I am using Row List. I need to my focused row to the center of the screen
There are 3 types on Rowlist vertFocusAnimationStyle and for “fixedFocus”/“floatingFocus” focused row is first row of the list or floating to the end.

Example: Visible row count is 3 of the screen
—row 1 —
—row 2 — // should keep focused row here
—row 3 —

Is there any good idea?