BUG: ListView in Report View Mode Truncates First ListItemLast reviewed: October 10, 1996Article ID: Q149264 |
The information in this article applies to:
SYMPTOMSWhen 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:
ARTICLE ID: Q149320: TITLE : BUG: First ListItem Truncated with ListView in Report ViewThis article outlines the different symptoms of that problem in addition to providing a different workaround.
WORKAROUNDTo fix this problem, set the column width of the ListView control before displaying the items. Knowledge Base article Q147666 explains how to set the width of columns in a ListView control in both List and Report modes.
STATUSMicrosoft 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.
MORE INFORMATION
Steps to Reproduce
|
KBCategory: kbbuglist kbprg
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |