I
ian.watkins
I'm having a problem with the listview itemcheck event since upgrading
a smart device app from VS2003 VB.NET CF1.0 to VS2005 VB.NET CF2.0.
I'm using the listview item checkbox to indicate if the item is
"processed". When the item becomes processed, i set the
listviewitem.checked property to true.
To prevent the user from changing the state of the box manually, i use
the itemcheck event and set:
e.NewValue = e.CurrentValue
This worked fine in VS2003, but now, when i set the checked property to
true, the itemcheck event is being kicked off and sets it back to false
(unchecked).
Can anyone help!
Ian.
a smart device app from VS2003 VB.NET CF1.0 to VS2005 VB.NET CF2.0.
I'm using the listview item checkbox to indicate if the item is
"processed". When the item becomes processed, i set the
listviewitem.checked property to true.
To prevent the user from changing the state of the box manually, i use
the itemcheck event and set:
e.NewValue = e.CurrentValue
This worked fine in VS2003, but now, when i set the checked property to
true, the itemcheck event is being kicked off and sets it back to false
(unchecked).
Can anyone help!
Ian.