|
-
Oct 26th, 2004, 07:59 AM
#1
Thread Starter
Hyperactive Member
Listview subitem character limit
I have a listview in report mode, the subitems seem to be limited to 259 characters. Is this correct?
I am using the following code:
VB Code:
lstProperties.ListItems(index).SubItems(3) = comments
Debug.Print lstProperties.ListItems(index).SubItems(3)
the comments string is 343 characters long, it gets printed correctly in the debug window. However is truncated to 259 characters when displayed on the listview. The column width is wider then the text (I can also resize the column) so I do not belive this is the problem.
Has anyone else experienced this problem, is there a simple soultion. Do I need to change to a different control (flexgrid?)
Thanks.
-
Feb 27th, 2009, 03:10 AM
#2
New Member
Re: Listview subitem character limit
Hey Rick,
Did you get any solution ?
I am also facing the same problem,
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|