I need to show a list of many text strings, each on a line.
I need items to be selectable, so i cant use an ItemsControl.
I only need one "column" and no sorting, so a DataGrid might be too heavyweight (???) I need up to 1000 items, so a Listbox might be too lightweight (???)
What Silverlight control (or Toolkit control) would be best for this use?