lothos12345 Posted April 26, 2005 Posted April 26, 2005 Is there a way to resize a richtextbox based on the amount of lines/characters it contains? Any help given is greatly appreciated. Quote
Leaders snarfblam Posted April 27, 2005 Leaders Posted April 27, 2005 If the text is not formatted then you can use the Graphics.MeasureString to find the size of the text. If it is formatted, I think that there is some kind of API that can measure it, but I'm not sure. Quote [sIGPIC]e[/sIGPIC]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.