middle-button scrolly thing in textbox

后端 未结 2 1734
难免孤独
难免孤独 2021-01-20 14:42

i have a multiline textbox in my app and when i middle-click to scroll up or down, it doesn\'t work.

It works in Notepad, but not in my textbox. Does anybody know wh

2条回答
  •  难免孤独
    2021-01-20 15:28

    Do you have the ScrollBars property set to Vertical or Both?
    For me it's not working only when ScrollBars = NoneorHorizontal

提交回复
热议问题