Checkboxes not visible in listview

  • Thread starter Thread starter Inge
  • Start date Start date
I

Inge

Hi,

I have a very strange problem with checkboxes in a
listview.
When opening the form, the listview is filled with several
items. But I don't see the checkboxes, although I set the
property from the listview, checkboxes = true.
After selecting a few items in the list and navigating up
and down, the checkboxes suddenly become visible.

Is this a bug in .Net?

Thanks.
 
* "Inge said:
I have a very strange problem with checkboxes in a
listview.
When opening the form, the listview is filled with several
items. But I don't see the checkboxes, although I set the
property from the listview, checkboxes = true.
After selecting a few items in the list and navigating up
and down, the checkboxes suddenly become visible.

I have heard about similar problems. Which version of .NET/Windows do
you use?

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
 
Back
Top