I want to each row in listbox can display text with word wrap when its width is set to a fix width and the text is longer than the width.
For example, 'This is a long string.' is displayed as one line, but 'This is a long string.This is a long string.This is a long string.' can be displayed as 3 lines as it is one item in list box.
So the height for each row in list box could be different depending on the context.
how to create a simply style for this case?