Hello, I have a rubber band selection enabled in my application and similar to adding new items to the selection via CTRL+Click, I would like to add multiple items with another rubber band to the existing group of selections -e.g. when I press shift, hold it, and use mouse to select another group of items, they should also be added to my current selection- what would be the best way to do this? I'm thinking of adding a SHIFT key event modifier check and do it there but I couldn't figure out how to connect the new rubber band selection with the previous one -maybe using the initial list of selected items and appending them to the current selected ones under that if check for shift key?- Thanks.