WPF: How to make a Google Chrome style GUI in WPF/MVVM? WPF: How to make a Google Chrome style GUI in WPF/MVVM? google-chrome google-chrome

WPF: How to make a Google Chrome style GUI in WPF/MVVM?


Its definitely possible. I've recreated the chrome tab look in the past with MVVM, complete with drag and drop, and I know another guy who created a tabbed application that lets you "pull away" tabs into a new window of its own. I believe it was all one application with multiple windows, so all open windows were part of the same application even if they show up separately in the task bar.

I'm not sure if I have his source code or not, I'd have to go digging for it.