Change width of Table scroll bars

It just depends on when or how often you want to change the scrollbar width. If you’re just making a static change to the scrollbar width in the designer, you can go to Tools -> Script Playground and put the script in there. If you want a user to change the width while using the client, you can use a button/pop-up window to prompt the user to change the value, or use a numeric text field. If you need it to dynamically change at a certain time or when a tag changes, you can use a gateway startup script. There are many different implementations that can be applied.

1 Like