When I click one row of the listbox in pda , the result is as the following pictures show:
but ,now, i want to with the rusult is as follows:
I have tried two methods as follows:
1:i bundle the five rows' strings to a cluster,then put the cluster into one row of listbox in the way that i wire the chuster into the the ItemNames in the propery node of the listbox,but its failure because The type of the terminal of ItemName must be string
2:so i connect the five rows' strings into a string in the way that i put Carriage return in the end of every row'string in order to it showing as the above picture.but it alse failure because the Carriage return in pda can't be correctly run,it's a Square frame instead of a effect of Carriage return.
so what can i do now in order to realize the effect as the above picture,when i cilck the listbox?please help me!how can i do?