I have a list of items to display to users in a VB.NET WinForm app. The list will be mostly plain text, with some hyperlinks sprinkled in, as well. I don't want the text to be edited. (Probably not relevent, but the text is coming from a stored procedure, one "item"/line per row of the resultset.)
What's the best control to use to easily display this in a read-only fashion?
Thanks!
Dot
What's the best control to use to easily display this in a read-only fashion?
Thanks!
Dot