Hi, I have a performance issue when having a large drag&drop tree.I think the performance issue is related to the fact that a lot of views have delegates listening on various mouse events.
So as a first step I disabled all the delegates whose view is not visible.
But it seems that disabling the delegates does not help me a bit (delegate.disable()). Should I try unregistering the delegate to make it not tax on the performace of the event system?
- rami
