Skip to main content

scroll bar wider

  • February 8, 2017
  • 3 replies
  • 0 views

Is it possible for the scroll bar in a list-box to make it wider to make it visible on a tablet / phone?

3 replies

Stephen Hjerpe
  • Participating Frequently
  • February 9, 2017
Is it possible for the scroll bar in a list-box to make it wider to make it visible on a tablet / phone?
Are you using the 10.1 AcuToWeb? The scrollbar is provided by the browser, we're not providing any customization to the scrollbar each browser provides. You may be able to use a CSS to adjust color and the edges, these two articles provide some information on that.
stackoverflow.com/.../css-customized-scroll-bar-in-div
and
css-tricks.com/.../

Is it possible for the scroll bar in a list-box to make it wider to make it visible on a tablet / phone?
Working under a terminal server environment on an android terminal

Stephen Hjerpe
  • Participating Frequently
  • February 10, 2017
Is it possible for the scroll bar in a list-box to make it wider to make it visible on a tablet / phone?
No, you would need to implement either an ActiveX control or .Net control that allows you to make the scrollbar wider.