When you add long strings to a ListView control, all of the string is added to the items collection, but the control only displays the first 259 characters of each item. I've seen the KB article at - but their brilliant "resolution" is to use a textbox, instead. Well that's lovely if you want to use a textbox!
Does anyone have any workarounds how to get a ListView to display longer values?
Thanks much,
Dot
Does anyone have any workarounds how to get a ListView to display longer values?
Thanks much,
Dot