We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5616cf + 54bc9d7 commit 70ea169Copy full SHA for 70ea169
docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.ScrollBarsExample/CPP/form1.cpp
@@ -81,7 +81,7 @@ public ref class Form1: public System::Windows::Forms::Form
81
none->Location = Point(10,170);
82
both->Location = Point(10,110);
83
84
- // For horizonal scroll bars, the Multiline property must
+ // For horizontal scroll bars, the Multiline property must
85
// be true and the WordWrap property must be false.
86
// Increase the size of the Height property to ensure the
87
// scroll bar is visible.
0 commit comments