Hey guys,Does anyone know if its possible to select an item in a list (ie. textScrollList) and then drag that item up or down in the list with the mouse?
If so, any quick ideas on how, or functions I can look into?
Thanks much!
setup drag and drop callbacks for the control
ok Thanks, I wasn't sure that the callbacks would get triggered if both drag and drop were done within the same object..
Check out the DisplayLayer procedure in the maya install folder. I learned how to do this by copying Alias code from this script.