Select the product you need help with
ListView control can only display 259 characters per columnArticle ID: 321104 - View products that this article applies to. This article was previously published under Q321104 On This PageSYMPTOMS
When you add long strings to a ListView control, all of the string is added to the items collection, but the control can only display the first 259 characters of each item.
RESOLUTION
To display the full text of an item in the ListView control, you can populate a TextBox control with the selected value. For example, the following code populates a TextBox (TextBox1) with the text from the first item that is selected from the ListBox control (ListBox1):
STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce the Behavior
Properties |


Back to the top








