Hi
I'm using a RadGridView in SL 3, I need it to scroll down to the last item of in the grid as each new one arrives. I haven't been able to make this happen yet. As new items are added to the container bound to the grid I tried calling setting
grid.SelectedItem = newItem;
grid.CurrentItem = newItem;
grid.SetIsSelected(newItem, true);
None of these worked though, the grid always stays at the top.
Any suggestions?
Thanks, Derek
I'm using a RadGridView in SL 3, I need it to scroll down to the last item of in the grid as each new one arrives. I haven't been able to make this happen yet. As new items are added to the container bound to the grid I tried calling setting
grid.SelectedItem = newItem;
grid.CurrentItem = newItem;
grid.SetIsSelected(newItem, true);
None of these worked though, the grid always stays at the top.
Any suggestions?
Thanks, Derek