No initial selection in listbox
Is it possible to have no initial selection in a listbox on a display form? Is this possible with a runtime modification?
By default the first item is selected (it can be deselected with CTRL+click, but this is an extra action)
The source of my listbox is a dataitemlist.
The behaviour of GVH is different from GVS.
GVH version is 2.7.
0
-
Hi Nico,
Unfortunately, you cannot have no initial selection in the listbox. If it is a listbox that does not require the user to select an item, then you can consider including a blank dataitem in the list. So when you launch the workflow in the viewer, it will highlight the blank option and look like nothing has been chosen.
You can do that by using the following syntax in the Insert into List<T> activity:
new DataItem("", "")
I hope this helps.
Carmen0
Please sign in to leave a comment.
Comments
1 comment