Increasing textbox height
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Does any body know how to change to height of the textbox? Do we have to use any API's to do that? Any idea or link??
Hello, There is no option to change the height of TextBox in .Net. But, there are other options using which you can change the height. 1. You can set the 'MultiLine' property to True. However, this will cause the text to wrap into multiple lines. 2. Another option is to increase the font of the Textbox. This will automatically set the height of the Textbox. I hope this answers your query. Regards, Allen
Allen Smith Software Engineer ComponentOne LLC www.componentone.com