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”));
}
Thanks.. will look for the new release, or if you have it on a dev build to download.
Unfortunately it’s a bad regression, related to the recent datagrid rendering improvements. It’s fixed in dev, should be available soon.
Thanks!
Please login first to submit.