dbtreeview events?

Hello Everybody
I’m searching for a documentation of the dbtreeview without success ???
(Just some examples)
Does the dbtreeview has a rightclick and/or dblclick event ?
I only found some examples for binding onclick,
but this one is fired on every navigation click.
I want to navigate and do special stuff only on dblclick or rightclick.

Best regards
Albert

hi Albert,

dbtreeview has no support for dblclick or rightclick callback,
if you would like to have this, please create a feature request in
our support system http://www.servoy.com/s

the setCallBackInfo is used to bind a callaback when the selection
changes on the tree or when the selected node is dblclicked

regards