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

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
  • 2021-04-08
  • 2021-07-30
  • 2021-08-18
猜你喜欢
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-06
  • 2021-09-10
相关资源
相似解决方案