Results 1 to 2 of 2

Thread: Listview subitem character limit

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2000
    Location
    Gloucestershire, England
    Posts
    301

    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:
    1. lstProperties.ListItems(index).SubItems(3) = comments
    2. 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.

  2. #2
    New Member
    Join Date
    Feb 2009
    Posts
    1

    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
  •  



Click Here to Expand Forum to Full Width