Hello,
I need to get the visible rows. I've seen how to do this by way of: theGrid.ChildrenOfType<GridViewRow>();
But this seems to have a flaw. If I expand a group and then collapse that group, the rows in the group are now returned as visible.
Is there a way to get only the currently visible rows?
Thanks,
Scott