ListBox Volumebrowser Question

Hello guys,

I have a Listbox (with super Volume Browser) and I was wondering if there is any way to when I pass the mouse over (Mouse enter) of the folders to open to not need to click the triangle to open the content ?

I looked at Xojo documentation and did not see anything in this regard, any help is welcome.

Thank you !

This seems to be an OS feature, so I do not think it can be possible.

Nota: I reserve the right to be wrong.

In the MouseMove event calculate if the mouse pointer is on a triangle and then use lbx.Expanded(row) = True.

ListBox Row Folder Triangle (as Eli answer implicitly say) ?

Thank you Eli Ott, worked perfectly.

I might ask you if this information could in some Xojo documentation or experience ?

I ask therefore searched and found nothing in this regard, I thank the attention and help !