AD
Administrator
Syncfusion Team
July 28, 2003 02:45 AM
Currently, there is no grid support for autosizing a RichText cell. There is a window message for the Win32 richtext control that does autosizing. We will look into how we might use this API to support autosizing for a RichText cell. I have added this to our request list.
SB
Steve Bezner
September 8, 2003 11:50 AM
Clay, what message is that? I have a rich text box that I want to auto-resize as well.
AD
Administrator
Syncfusion Team
September 8, 2003 04:20 PM
I think it is EM_REQUESTRESIZE defined in Vc7\PlatformSDK\Include\Richedit.h but am not sure...
SA
Satish
April 15, 2004 10:36 PM
Hi Clay,
As this been incorporated in 2.0 Version?
Otherwise please let me know how it can be done.
Thanks
Satish
>I think it is EM_REQUESTRESIZE defined in Vc7\PlatformSDK\Include\Richedit.h but am not sure...
>
AD
Administrator
Syncfusion Team
April 15, 2004 11:53 PM
It is not supported yet in our 2.0 code base.
You will have to use interop and the Win32 RichText control to handle this.
JL
joe lacson
June 1, 2005 02:31 PM
Is this supported yet? If so, how?
Thanks
Joe
>It is not supported yet in our 2.0 code base.
>
>You will have to use interop and the Win32 RichText control to handle this.
AD
Administrator
Syncfusion Team
June 1, 2005 03:02 PM
There is no support for this in our library. But here is a forum thread link which toward the bottom has a sample there that shows how to support an in-place editing richtext cell that does have some support for autosizing.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=15023
JL
joe lacson
June 1, 2005 04:27 PM
it worked...thanks :)
>There is no support for this in our library. But here is a forum thread link which toward the bottom has a sample there that shows how to support an in-place editing richtext cell that does have some support for autosizing.
>
>http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=15023