I wanted to disable auto-expansion tree nodes during darg&drop. Calling setAutoExpandDelay(-1) in constructor of subclassed tree not provide the desired result.
I called setAutoExpandDelay(-1) in dragEnterEvent() - it helped.
I wanted to disable auto-expansion tree nodes during darg&drop. Calling setAutoExpandDelay(-1) in constructor of subclassed tree not provide the desired result.
I called setAutoExpandDelay(-1) in dragEnterEvent() - it helped.
Bookmarks