在textbox中自动加上
style="overflow-y:hidden"
或者写入代码:
TextBoxID.Attributes.Add("style", "overflow-y:hidden")

相关文章: