Posted on Mar 24, 2009
(permalink)
I have a listview of images. Clicking on an image populates a radpageview with product details. The product details are fairly long. I want the focus to be shifted down so that as much of the radpageview is visible as possible. i used the Focus() method, and it sets the focus to the top of the radpageview (as expected) - but this isn't quite what I need. is there a way to set the focus to where the top of the radpageview is at the top of the viewable area in the browser?