[Gambas-user] does listview.item.selected=true do same as listview_click?

Benoit Minisini gambas at ...1...
Tue Apr 1 15:28:32 CEST 2008


On mardi 1 avril 2008, jbskaggs wrote:
> I noticed with my perpetual file problems- that I needed to track down each
> step of the program.
>
> I discovered that every time listview.item.selected=true occurred it had
> the same affect as if I clicked on it- because it ran listview_click every
> time it occured.
>
> IN my ignorance and misunderstanding of the doc I thought it meant only to
> highlight the list.item.
>
> Am I understanding that properly now? listview.item.selected=true does same
> as listview_click?
>
> JB SKaggs

I think it depends on the selection mode. It should not raise the Click event 
if ListView.Mode = Select.Multiple.

Regards,

-- 
Benoit Minisini




More information about the User mailing list