Hi there,
I wonder if anyone can help. I have a listbox and a textbox. At runtime I already have a list of items in the listbox. When I double click on these items its needs to appear in the textbox. At the moment I have the code that, when I double click on the item in the listbox ONLY one item is added to the textbox. I need to know how to autosize the textbox so that, when I click on many items in the listbox, it should appear in the textbox one below the other.