Share via


How to: View Multiple Files Simultaneously (C# Express) 

When dealing with multiple open files in the Visual C# Express Edition environment, it can be useful to be able to see more than one at a time. For example, you might want to see the Design view of one form and the Code Editor of another form.

Procedures

To split the view

  • On the Window menu, click New Horizontal Tab Group or New Vertical Tab Group.

    The view is divided in two, either horizontally or vertically. Each view has its own set of tabs to select the current file.

To close either view

  • Click the Close button in the top right of the view window.

See Also

Other Resources

Visual C# Express
Using the Visual C# Express IDE
Visual C# Express Tips and Tricks