Listview bug?

0
0

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”));

}

 

  • You must to post comments
0
0

Unfortunately it’s a bad regression, related to the recent datagrid rendering improvements. It’s fixed in dev, should be available soon.

Thanks!

  • You must to post comments
0
0

Thanks.. will look for the new release, or if you have it on a dev build to download.

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.