Feature Requests item #3432016, was opened at 2011-11-01 19:32
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=462819&aid=3432016&group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Any component
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: scrolling for wxtreelistctrl

Initial Comment:
it may be a good idea to allow automatic scrolling like  windows explorer, 
where dragging an object abovethe top or under the bottom of the visible part 
of a tree will trigger scrolling as long as the cursor does not come back in 
the tree window. 

it may help, that using scrollto may work. the only small flaw is with this 
method, the dragged item is initialized in onbeingdrag amd the same variable 
will be saved over and over as long as its out of the window. the flaw is 
whenever the cursor enter the window again, onbeingdrag gets called again, thus 
reinitializing the item again. 
This can be seen when trying to drag an item from the top to all the way to the 
bottom and enter the window and go to the top. whats going to happen is after 
re etnering the item will jump straight to the top. 

Thank you



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=462819&aid=3432016&group_id=51305

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to