[BUG?] Vision: List component doesn't generate an Event when multiple items selected using Shift + arrow keys

v7.9.10

As described in the title, a List component doesn’t generate events when you use the arrow keys holding down Shift to multi-select items from the list.

This a long-standing problem, because there isn’t a bindable property for selectedItems. If you teach your users to shift-click in reverse, so the first item desired is the last selected, monitoring selectedItem will suffice. Yeah, not great. /-: