views:

351

answers:

1

I'm trying to modifty the Flex Tree control to allow a user to select multiple items by just clicking each of the desired elements (ie I don't want them to have to press Ctrl or Shift). If the user clicks a selected item a 2nd time, it will deselect it. Can anyone help me out?

Thanks!

+1  A: 

I just had to do this with a datagrid, since they are both based on list it will work for you too

http://stackoverflow.com/questions/2344665/how-can-i-get-a-datagrid-to-behave-like-the-ctrl-key-is-active

invertedSpear