Windows Develop Bookmark and Share   
 index > Windows Forms General > javier new programmer
 

javier new programmer

hello, i'm new programming in c# and i want to kow how do i make a vertical scrollbar to

scroll-downautomatically in a textbox .

thankyou.

javiertoquica  Tuesday, November 06, 2007 6:01 PM
You should set the TextBox.Multiline property to TRUE, and ScrollBars property to Vertical or Both.
Zhi-Xin Ye  Friday, November 09, 2007 9:34 AM

Your question is related moreto Windows Forms than C#. I would post Forms questions on the Forms forums. But as to your question....there are various types of text box objects, some of which are custom built. For a beginner I would suggest using the Forms designer and play with the various types of text boxes, and their properties. There is a scrollbar property for a common text box. Just remember, that you may not see the scroll bars until you fill it with enough text.

Rudedog

"Stuck in a procedural worldsince 1971."

Rudedog2  Tuesday, November 06, 2007 6:09 PM
You should set the TextBox.Multiline property to TRUE, and ScrollBars property to Vertical or Both.
Zhi-Xin Ye  Friday, November 09, 2007 9:34 AM

You can use google to search for other answers

Custom Search

More Threads

• How to kill horizontal scrollbar of treeview control.
• loading text from file into listbox
• jpeg support of 12 and 16 bit images
• VB.Net - Form embeded in form - delete key not working
• opening a form from a different application domain.
• Creating a non-rectangular window
• SELECT Query in VS2005
• Horizontal scrolling with SHIFT and MouseWheel
• Control opacity
• Control Insertion (questions and comments)