I have an application with many views (single Document). The problem is that it gets confusing sometimes. I need to group some of the views with something like a tabbed control. I mean to have some child frames and each have some views and user can select the view with the tab. what is the best way to implement this? I need something like "New Tab Group" in visual studio, but I need the frame be floating. Thanks,