Hello Mormal,
Yes, you can do it in different ways:
- There are 2 text properties that ListBoxItem has: Text and Description. If you use these you have the advantage to set different font, color, etc. setting for each text and to show a text separator (its visibility is determined by the property TextSeparatorVisibility.
- For each of these 2 texts you can specify texts with many lines. If you set them by code use symbol for new line ("\n") or the default windows combination ("\r\n").
If you set them in design time click on the arrow for the text and write in the drop-down the text pressing Enter when new line is necessary. When the text is entered press Ctrl+Enter.
Sincerely yours,
Angel
the Telerik team