Jay1b Posted March 30, 2005 Posted March 30, 2005 I am using a listview (in detail view) that is given focus when the screen first loads. I would like the first item on this listview to be highlighted imediately, without any user intervention. Could someone please tell me how i could achieve this please? Thanks. Quote
kejpa Posted March 30, 2005 Posted March 30, 2005 Listview.Items(0).Selected=True Should do it for you... /Kejpa Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.