Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2008
Visual Studio
Samples
Technology Samples
 SplitContainer Control Sample

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Samples
SplitContainer Control Sample

The SplitContainer Control Sample demonstrates the use of several regular and advanced features of the control, including orientation, splitter distance, splitter width, and splitter increment.

For information about using the samples, see the following topics:

Security noteSecurity Note:

This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended.

To build and run the sample using the command prompt

  1. At the command prompt, navigate to the location where you saved the uncompressed sample files.

  2. Navigate to one of the language-specific subdirectories under the SplitContainerSample directory.

  3. Type msbuild to build the sample using the solution (.sln) file provided.

  4. Type cd SplitContainer\bin\Debug to navigate to the location of the executable file.

  5. Type SplitContainer.exe to run the sample.

To build and run the sample using Visual Studio

  1. In Windows Explorer, navigate to the location where you saved the uncompressed sample files.

  2. Navigate to one of the language-specific subdirectories under the SplitContainerSample directory.

  3. Double-click the solution (.sln) file to open it in Visual Studio.

  4. In Visual Studio, press F5 to build and run the sample.

To use the SplitContainerSample

  1. Enter various values in the Splitter Width and Splitter Increment boxes and observe the results.

  2. Change the orientation and observe the results.

  3. Drag the splitter and observe that the value of the Splitter Distance box changes.

  • Setting the orientation of the SplitContainer.

  • Setting the initial position of the splitter.

  • Setting the width of the splitter.

  • Setting the number of pixels that the splitter moves at a time.

Reference

SplitContainer

Other Resources

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Missing download link      Tom Dykstra - MSFT   |   Edit   |   Show History

The link will be restored in the next release of the documentation. You can download the .NET Framework 2.0 version of the sample from the 2.0 version of the page.

Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker