المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Multiline Textbox



C# Programming
08-24-2009, 02:11 PM
Hi,

I am working on a windows application. In this I have a multiline textbox for entering the text. For this textbox I fixed the height and width to particular values. For this text box don't want to extend the width and height i.e., by using scroll bar.

I want the text should be entered only in that particular area and no scroll bar should come for this textbox. I tried this by setting different properties of the textbox like scrollbar, max length etc but they are not working..


If you have any idea to solve this please reply me.

Thanks in advance.