-
Couldn't load subscription status.
- Fork 183
Closed
Labels
Pri2Medium priorityMedium prioritydoc-bugProblem with the content; needs to be fixed [org][type][category]Problem with the content; needs to be fixed [org][type][category]dotnet-framework/svcwinforms/subsvc
Description
Hi,
In the page's code example I think splitContainer2 should be splitContainer1, in the following code:
// Set properties of first SplitContainer control.
splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer2.TabIndex = 1;
splitContainer2.SplitterWidth = 4;
splitContainer2.SplitterDistance = 150;
splitContainer2.Orientation = Orientation.Horizontal;
splitContainer2.Panel1.Controls.Add(this.listView1);
splitContainer2.Panel1.Controls.Add(this.richTextBox1);
Please make the correction, thanks.
Regards,
Stephen Minhinnick
Auckland, New Zealand
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: ea1c4b9e-194b-dfbb-84e6-be22048f0bdf
- Version Independent ID: 8686a411-89b8-e249-d93c-e4d79b05de51
- Content: Create a Multipane User Interface - Windows Forms .NET Framework
- Content Source: dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-multipane-user-interface-with-windows-forms.md
- Product: dotnet-framework
- Technology: dotnet-winforms
- GitHub Login: @adegeo
- Microsoft Alias: adegeo
Metadata
Metadata
Assignees
Labels
Pri2Medium priorityMedium prioritydoc-bugProblem with the content; needs to be fixed [org][type][category]Problem with the content; needs to be fixed [org][type][category]dotnet-framework/svcwinforms/subsvc