.NET Compact framework - make scrollbars wider

前端 未结 4 1197
甜味超标
甜味超标 2021-01-13 18:51

Is there some way, how to make scrollbar wider in winforms for .net compact framework? I want to be application finger-friendly, but the scrollbars are very narrow for peopl

4条回答
  •  甜味超标
    2021-01-13 19:21

    I haven´t checked that, because I have no device but rumor has it that you can change the Size per Regstry Settings:

    [HKEY_LOCAL_MACHINE\SYSTEM\GWE]

    cyHScr=13 - Default height of horizontal scrollbar

    cxVScr=13 - Default width of vertical scrollbar

    Kind Regards

    Thomas

提交回复
热议问题