Article ID: 145683 - Last Review: November 18, 2003 - Revision: 2.0 BUG: Changing ListItem.Selected Doesn't Change SelectedItemThis article was previously published under Q145683 On This PageSUMMARY
Setting the Selected property of a ListItem object in a ListView control to
True does not change the SelectedItem property of the ListView control to
correspond to this ListItem.
WORKAROUND
To avoid this problem, use the SelectedItem property of the ListView
control instead of the Selected property of an individual ListItem. Setting
the SelectedItem property of a ListView control to a given ListItem will
correctly modify the Selected property of that ListItem.
STATUS
Microsoft has confirmed this to be an issue in the Microsoft products
listed at the beginning of this article. Microsoft is researching this
problem and will post new information here in the Microsoft Knowledge Base
as it becomes available.
MORE INFORMATIONSteps to Reproduce
| Article Translations
|

Back to the top
