how to use Scroll in Text box using windows application
hello sir,
do you have any idea how can i use scroll bar in text because i have multipal line text box for address and i want to implement scroll bar in this text box if you know then let me know sir
thanks in Advance

Nilanka DharmadasaPosted Nov 3, 2009, 6:32 AM
set following property.
textbox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
You can set this from the designer too.
sandesh jPosted Nov 13, 2009, 7:55 AM