Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an application that outputs large amounts of text data to an MFC tree control. When I call SetItemText() with a long string (larger then 1000+ char) only the first ~250 chars are displayed in the control.
Is there a MAX visible string length for a MFC tree control?
Is there any way to increase the visible limit?
Posted

1 solution

The text from the pszText of the TVITEM structure[^] states:
Note that although the tree-view control allows any length string to be stored as item text, only the first 260 characters are displayed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900