Finder-like Browser View

1.5k Views Asked by At

I have an App that lets the user choose a Browser, or Column View, much like Finder. Since it allows the user to browse a Backup, I'd love to have something like the Finder has in Column view. You select a file, and it shows details about it in the column view, next to the file, like this: Image

My application looks like this, when a leaf is selected: Image

Here, you can see how a sort of Preview/Inspector thing might help. I have it all set up in an NSView, but just have no idea how to add that functionality in there. Any help would be greatly appreciated!

1

There are 1 best solutions below

4
On BEST ANSWER