How to scroll to the highlighed row of the table

Thanks for your reply

I tried it but not successful..I set the below custom prop to false but it was not triggering at all so passed value 0 and it passed the value 0 to custom prop

self.view.getChild("root").custom.Confirmed=0
and also passed bool(0) to custom prop..neither way worked

in transform below code added

if self.view.getChild("root").custom.Confirmed==1:
				system.perspective.sendMessage("RowFocus")
			self.props.selection.selectedRow=-1

same issue scroll frequently going up n down

And plz check below link ..will this work In my case? if yes then let me know how to do in perspective