|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Beginner Question: Selecting First Row Of Listview
as per an earlier post, i have a listview that i want to set focus on when the pagedown key is pressed. i was able to use a keydown event to set focus to the listview, but it doesn't focus at the first record. it focuses like 40 records down. i tried the following code and it said 'items' is not a member of AxMSComctlLib.AxListView.
ListView1.Items(0).Selected = True ListView1.Select() should this code work or is there something else i need to do? thanks in advance! --AL |
|
#2
|
|||
|
|||
|
Does this work?
PHP Code:
__________________
- Rogier Doekes |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > Beginner Question: Selecting First Row Of Listview |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|