May 13, 2003 #1 Pyramus Programmer Dec 19, 2001 237 GB Anyone know what the event is for double click on a list view? I know _ItemClick is for the single click, is there something equivalent to _ItemDoubleClick, or do I just use the _DblClick event?
Anyone know what the event is for double click on a list view? I know _ItemClick is for the single click, is there something equivalent to _ItemDoubleClick, or do I just use the _DblClick event?
May 13, 2003 #2 paulbent Programmer Mar 4, 2002 1,071 GB Yes, use the _DblClick() event and the SelectedItem property to get the item that was double clicked. Paul Bent Northwind IT Systems http://www.northwindit.co.uk Upvote 0 Downvote
Yes, use the _DblClick() event and the SelectedItem property to get the item that was double clicked. Paul Bent Northwind IT Systems http://www.northwindit.co.uk