tags:

views:

34

answers:

1

Hi: For winform datagridview , we can use "DisplayedRowCount" to get the number of the displayed row, How can i get it for wpf datagrid. Thank you~~ Rui

A: 

You'll find the answer here;

http://xceed.com/CS/forums/thread/25456.aspx

Pass it to a StaticResource

from there you can use the count method on the object.

wonea