A
Alex
Hello everybody,
For the first time I'm working with the List View in C#. Obviously
I've started with the header initialization.
ColumnHeader colHead = new ColumnHeader();
colHead .Text = "Title";
colHead .Text = "Category";
colHead .Text = "Rating";
this.listInfo.Columns.Add(colHead);
I didn't fill control yet. When I run my form based application list
view header is missing. What I do wrong?
Thanks,
Alex
For the first time I'm working with the List View in C#. Obviously
I've started with the header initialization.
ColumnHeader colHead = new ColumnHeader();
colHead .Text = "Title";
colHead .Text = "Category";
colHead .Text = "Rating";
this.listInfo.Columns.Add(colHead);
I didn't fill control yet. When I run my form based application list
view header is missing. What I do wrong?
Thanks,
Alex