c# - Dragdrop from listbox to listbox in silverlight -


i using listbox bind data coming database, once binding done there listbox have drag , drop contents of first listbox. able drag , drop nothing visible in 2nd listbox(but content moving 1st 2nd listbox). same thing tried hardcoding items in 1st listbox , worked fine. if has experienced similar kind of problem, please help.

make sure you're using observablecollection when dragging , dropping between sources. if used list, listboxes not notified of change in collection.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -