Skip to main content
Is it possible for the scroll bar in a list-box to make it wider to make it visible on a tablet / phone?
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

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.