Search code examples
xamarin-studio

Changing View on Xamarin Studio


Currently my view is stuck with my "Watch" outside of my other views:

enter image description here

Ideally I would like to have my "Watch" tabbed in with my other views such as "Locals, Breakpoints, Threads, Application Output."

Normally this would be as simple as dragging the "Watch" into the other tabbed views. However, I have been unable to do that and it just snaps back to a solo tab.

How do I combine all these tabs? This is driving me crazy.


Solution

  • Figured it out! This wasn't as intuitive as it could be:

    To conjoin separate tabs, you need to drag the tab to the CENTER of the new tab as seen in the picture below.

    enter image description here

    Note. Do not try to drag the new tab to the TABBED part. Simply drag it to the center of where you want to conjoin. In the above picture I am dragging the Breakpoints tab into these tabbed views.