Question Create a discussion thread on a Windows Form

Satal Keto

Well-known member
Joined
May 15, 2006
Messages
86
Programming Experience
5-10
I am currently creating an application which monitors any errors that occur in the other applications I have developed.

One thing that I want to try and do is add a sort of discussion thread into the form, so this allows for each member of IT to add comments/notes about the error that occurred.

Normally I would just use a DataGridView or a ListView, but I would like to have the capability for the comments/notes to be multi-lined so that the user can see what has been written without having to scroll sideways.

I was wondering if anyone has any suggestions of ways that I may be able to achieve this?

Thanks for any help/advice in advance,

Satal :D
 
While I know it's possible to achieve the same with a ListView (You can completely custom draw the entire control), I don't know how much effort it would be. If I ever have a need to, I'll look into it at that time.
 
Back
Top