Can Window.scrollIntoView be enhanced so that it not only brings required component into view (visible) but also scrolls browser window (in case window is scrollable and contains “many” components to scroll to) so that this component is placed on (scrolled to) top of the window ?
/mareks