Hello,
I have a multi column list box in which I display a date in the first column and a comment in the second. Sometimes, the comment is too long for the column width and I would like to know if there is a way to wrap the text to a second line on the listbox row without having to create a new row, meaning, I don't want a second row but just one row that has multiple lines and when I select it, it includes the date and all the lines of the comment. If that is not possible, is there a way to add a new line and when I select any of the rows, it will select all of the rows pertaining to that particular comment. Thanks!
I have a multi column list box in which I display a date in the first column and a comment in the second. Sometimes, the comment is too long for the column width and I would like to know if there is a way to wrap the text to a second line on the listbox row without having to create a new row, meaning, I don't want a second row but just one row that has multiple lines and when I select it, it includes the date and all the lines of the comment. If that is not possible, is there a way to add a new line and when I select any of the rows, it will select all of the rows pertaining to that particular comment. Thanks!