Hoppa till huvudinnehållet

No initial selection in listbox

Kommentarer

1 kommentar

  • 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

Du måste logga in om du vill lämna en kommentar.