BUG: ListView in Report View Mode Truncates First ListItem
Article ID: 149264
Article Last Modified on 6/24/2004
APPLIES TO
- Microsoft Visual Basic 5.0 Control Creation Edition
- Microsoft Visual Basic 5.0 Learning Edition
- Microsoft Visual Basic 5.0 Professional Edition
- Microsoft Visual Basic 5.0 Enterprise Edition
- Microsoft Visual Basic 4.0 Standard Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 32-Bit Enterprise Edition
This article was previously published under Q149264
SYMPTOMS
When the View property of the ListView control is set to 2 - List,
ListItem objects may have portions of their Text property truncated. This
results in, for example, an entry of "Thi..." instead of "This is my text".
The following article details a somewhat similar problem with the Listview
control in List mode (rather than Report Mode) and can be found in the
Microsoft Knowledge Base:
149320 BUG: First ListItem Truncated with ListView in Report View
This article outlines the different symptoms of that problem in addition to
providing a different workaround.
RESOLUTION
To fix this problem, set the column width of the ListView control before
displaying the items. Knowledge Base article
147666 explains how to set
the width of columns in a ListView control in both List and Report modes.
STATUS
Microsoft has confirmed this to be an issue in the Microsoft products
listed at the beginning of this article. Microsoft is researching this
problem and will post new information here in the Microsoft Knowledge Base
as it becomes available.
Additional query words: kbVBp400bug kbVBp kbdsd kbDSupport kbControl
Keywords: kbbug KB149264