Button navigation is simple enough with UIKeyNavigation, but I'm assuming you want to scroll the scroll view as well. Knowing the UICamera.selectedObject you can calculate its position and check -- UIPanel.IsVisible? If not, center the scroll view on that position (easiest, SpringPanel.Begin) or move it in that direction (a bit more difficult).