B
Bob Dankert
I have a form which has a listview and some controls. The controls on the
form are only enabled if there is an item selected in the listview. My
problem is that there is some flicker when changing items in the listview.
I found this is because when I change items, first the item is deselected
(controls are disabled) and the next item is selected (controls are
re-enabled). Is there any way to determine in the selectedindexchanged
event if the selecteditem is in the process of "switching" selected items so
I can ignore the event when it is called to deselect the item?
If this is confusing, I can post more details or a sample.
Thanks,
Bob Dankert
form are only enabled if there is an item selected in the listview. My
problem is that there is some flicker when changing items in the listview.
I found this is because when I change items, first the item is deselected
(controls are disabled) and the next item is selected (controls are
re-enabled). Is there any way to determine in the selectedindexchanged
event if the selecteditem is in the process of "switching" selected items so
I can ignore the event when it is called to deselect the item?
If this is confusing, I can post more details or a sample.
Thanks,
Bob Dankert