Deselect all widgets in selection group

Is there any easy way to deselect all widgets in a Selection Group? (The group contains 30 items and I don’t want to target every single one of them.)

EDIT: one workaround is to group the items, then target the group and set “not selected.” I guess this works fine, but would be nice to just target by Selection Group.

thanks

1 Like

This is probably a bit hackier than your workaround, but you could also add a hidden item to the selection and set that one selected (thereby un-selecting all others)

Don’t forget also that if you put the widgets in a dynamic panel, you can then set the panel select state and the widgets inside it will inherit that.