Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Property Grid
  New Posts New Posts RSS Feed - CXTPPropertyGridItemMultilineString have a limit?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTPPropertyGridItemMultilineString have a limit?

 Post Reply Post Reply
Author
Message Reverse Sort Order
AlbertoB View Drop Down
Newbie
Newbie


Joined: 06 July 2011
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote AlbertoB Quote  Post ReplyReply Direct Link To This Post Topic: CXTPPropertyGridItemMultilineString have a limit?
    Posted: 19 January 2015 at 7:33am
Hi there,

I'm using a CXTPPropertyGridItemMultilineString and when I set a number of lines (SetMultiLinesCount) bigger than 16 the field doesn´t show the value correctly. 

Apparently it shows up to 16 lines and if you have a string with 20 lines, it just shows last 4 lines, like if the internal count had been reset when it reached 16.

If I set the same string to the value and the tooltip:

pItemMotive->SetValue(strContent);
pItemMotive->SetTooltip(strContent);

The tooltip shows it with no problems, but the field has that strange behavior I explained above.

Does anybody knkow why?

Thank you,
Alberto



Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.