Skip to content

Listview bug? #510

Description

@itg-assistant

mitch stephens asked 2017-01-04 20:28:16 UTC

Hey there,

I just downloaded the lastest build (18) and tried to create a form with a listview

When I add a column to the designer and set the column heading, it does not show.

At run time, the items are not displaying at all, but the scroll bars appear indicating there are items.

http://screencast.com/t/rFcvbMfzv

Here is the minimal code:

public Window1()

{

InitializeComponent();

}

private void button1_Click(object sender, EventArgs e)

{

listView1.Items.Add(new ListViewItem("My Item"));

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    SuggestionAn improvement to something that already works.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions