Click here to Skip to main content
15,919,931 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

I am trying for following thing:

I placed a Rich Edit Control in a dialog Box.

When ever the text size increase than size of the rich edit control, text shifted to the left side.

what i need is , when ever the text size exceeded size of rich edit control Control vertical size should increase and text typed to the next line.

Is there any message given by rich edit box control whenever text size increase??

Or Is there any other way to do this thing??

Thank you
Posted

1 solution

You can capture the ClientSizeChanged event. Whenever the size would exceed it would affect the scroll view and hence the client size gets affected.

Hope this helps.
 
Share this answer
 
Comments
Bhavin Jagad 8-Sep-10 6:37am    
thank you this is what i exactly want.


thanks a lot

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