I have a gallery on the left of the screen and a form on the right. When a user selects an item from the gallery on the left the selected item is shown on the right. This is working fine.
However when I first go to the screen there is always an item already selected from the gallery by default. It will be the last one showing on the developement screen.
How can I set the gallery to be unselected when it first opens so that the form starts blank (or not visible) until an item has been selected?