Skip to content

ListView Column add not correct? #898

Description

@itg-assistant

conrad asked 2017-06-15 23:44:02 UTC

I'm executing this code:

for (int i=0; i< 15; i++)
{
ListViewItem lvi = new ListViewItem();
lvi.SubItems.Add("One");
lvi.SubItems.Add("Two");
lvi.SubItems.Add("Three");
this.listView1.Items.Add(lvi);
}

and getting this result (image attached):

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething is broken or behaving unexpectedly.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions