listview lock all action

User avatar
sal21
PlatinumLounger
Posts: 4344
Joined: 26 Apr 2010, 17:36

listview lock all action

Post by sal21 »

I fill a listview with a recordset.
During this operation is possible to lock all avents click in listview(click item, double click ecc..)

Note:
Listview is in a userform.

User avatar
HansV
Administrator
Posts: 78397
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: listview lock all action

Post by HansV »

You could set the Enabled property of the listview control to False while you populate it, then to True again when you're finished.
Best wishes,
Hans