Multiline text in listview item

  • Thread starter Thread starter kernel
  • Start date Start date
kernel said:
how to implement that?

If 'View' is set to large icons, then simply include 'ControlChars.NewLine'
(or 'Environment.NewLine, if you are using C#) in the item's 'Text'
property's value.
 
Back
Top