Skip to main content

No initial selection in listbox

Comments

1 comment

  • Permanently deleted user
    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.

     

    Carmen
    0

Please sign in to leave a comment.