Hi
This is probably a simple answer so hope you can help.
I have built 1 table view and 1 3d card view.
I want to be able to (in code) set the index of the item to focus and have it brought in to view so the user can see the item.
I can set the item by: GRID.SelectedIndex = 50 and when I scroll to the item, it is highlighted. What I need is for when I set the index, for the item to scroll in to view so that the user can see the card and not have to scroll to the item.
:-(