06-08-2021, 01:07 PM
06-11-2021, 09:44 PM
Actually, they do. IWTreeView is a complex control so instead of different events for sync and async modes, you can switch the whole tree to work with Async events only through property AsyncMode.
Set AsyncMode to true and all events will be async. No need to rewrite them.
Set AsyncMode to true and all events will be async. No need to rewrite them.
06-14-2021, 07:56 AM
(06-11-2021, 09:44 PM)Alexandre Machado Wrote: [ -> ]Actually, they do. IWTreeView is a complex control so instead of different events for sync and async modes, you can switch the whole tree to work with Async events only through property AsyncMode.
Set AsyncMode to true and all events will be async. No need to rewrite them.
Hi Alexandre,
I completely missed out on that setting.
But now I found it, it works as expected.
Thank you!
06-15-2021, 01:35 AM
Great, Paul!
Thanks for you feedback
Thanks for you feedback