Hide Scrollbar

Answered
0
0

Hi everyone, is there any way to hide the scrollbar but let me scroll at the same time normally with the mouse wheel?

Thanks!

  • You must to post comments
Best Answer
0
0

Hi Ruben,

You can set the ScrollBarVisible property to false if you’re attempting to use this for the DataRepeater Control!
If it’s for any other control, you can set the ScrollBars property to Hidden, these will make the scrollbars disappear while retaining the ability to scroll using the mouse wheel

Wisej Documentation | ScrollBars

Wisej API Documentation | ScrollBars

HTH,
Alaa

  • ruben ribeiro
    Thank you! Best and fastest support ever!
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.