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 4ab85da + 4243968 commit e906f2eCopy full SHA for e906f2e
docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.ListView4/CPP/form1.cpp
@@ -47,7 +47,7 @@ public ref class Form1: public System::Windows::Forms::Form
47
private:
48
void InitializeListView()
49
{
50
- // Set up the inital values for the ListView and populate it.
+ // Set up the initial values for the ListView and populate it.
51
this->ListView1 = gcnew ListView;
52
this->ListView1->Dock = DockStyle::Top;
53
this->ListView1->Location = System::Drawing::Point( 0, 0 );
0 commit comments