How to set position for an object so it is seen in a tableview

I have a tableView:

In this tableview i have more objects (buttons) than is showed and by that must be scrolled to reach the last one.

If I want to highlight, by script, an object that is outside of the view, down in the scroll, below “tmpl_nr6”, and move the scroll so it is shown how do i do that in code (C#)? …I have tried with the scrollbar etc. but not been successful.

problem solved, can’t believe i missed this :frowning:

Used this line of code: img_tableView.rectTransform.localPosition = new Vector3(-13f, 244f, 0f);