vote up 1 vote down star

I am using DataGrid from the WPF Toolkit and I need to be able to maintain focus on the bottom of the grid (i.e. the last row). The problem I'm having right now is that as rows are added the scrollbar for the DataGrid doesn't scroll along with the new rows being added. What's the best way to accomplish this?

flag

1 Answer

vote up 0 vote down check

Looks like DataGrid.ScrollIntoView(<item>) will keep the focus on the bottom of the DataGrid.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.