newlife, can you make a repro case, so I can try it? Just pm me a link, then I'll take a look.
Preferably with as close a setup to what you have problems with as you can.
I made some further tests with the profiler and it seems that there is a bug with cull option in NGUI 3.x.
I have two version of the same project, one with NGUI 2.7 and the other with NGUI 3.8.
Profiling the project with NGUI 2.7.0 while dragging the draggable panel gave these results:
cull on: 16ms average frame time
cull off: 4ms average frame time
Profiling the project with NGUI 3.8.2 while dragging the draggable panel gave these results:
cull on: 15ms average frame time
cull off: peaks of 290ms , 15ms average frame time
So the behaviour seems similar with cull on, while with cull off there must be something wrong.
Please let me know what you think.