ListView Bug? [focused item not updated]

  • Thread starter Thread starter Brad Evan
  • Start date Start date
B

Brad Evan

when you programatically set listviewitem.focused = false and then set
another listviewitem.focused = true [on differing LVI's in the same
listview] listview.focuseditem is NOT updated......

any suggestions? =\
-b
 
Use ListViewItem.Select instead.
Thanks
Xin
--------------------
| From: "Brad Evan" <[email protected]>
| Subject: ListView Bug? [focused item not updated]
| Date: Fri, 26 Sep 2003 17:03:44 -0400
| Lines: 8
| Organization: Ahava
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: ool-44c63535.dyn.optonline.net 68.198.53.53
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:34539
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| when you programatically set listviewitem.focused = false and then set
| another listviewitem.focused = true [on differing LVI's in the same
| listview] listview.focuseditem is NOT updated......
|
| any suggestions? =\
| -b
|
|
|
 
Back
Top