Here's a sneak preview of something I've been working on for Raven 1.2: a details view for documents:

You'll be able to configure which columns you see in each context (e.g. for each collection, or for each index), using XAML Data binding-style property expressions to specify which part of a document should be shown in each column.
Note the scrollbar too! You can scroll through your entire document collection, and Raven will fetch the results page by page. I've done the same for the Card View too, so no more paging controls.
What do you think?