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!
I just had to do this with a datagrid, since they are both based on list it will work for you too
How can I get a datagrid to behave like the ctrl key is active?