Posts: 99
Threads: 17
Joined: Aug 2018
Reputation:
7
Location: The Netherlands
Hi,
Currently, TIWTreeView and TIWTreeViewItem don't have Async Events.
Are you planning on adding these?
Regards, Paul
Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
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.
Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
Great, Paul!
Thanks for you feedback