Clear Listbox Selection

How do I clear a listboxes selection?

I use 2 listboxes aside to give the user the possibility to select from 2 ranges of items from the same source.
I would like to clear the selection in the textbox which wasn't just clicked at.

Hi @Moo,

You can do the following:

  1. Create a page property that will store the Value of the ListBox e.g. value
  2. Set the Value property of the ListBox to ${value}
  3. Whenever you want to clear the selection use the Set property action and set value to null