Using Ignition 8.1.41 I have a tab container and in each tab there exists a table.
Now when the view first loads a horizontal scroll appears but then when I start clicking into other tabs the scroll bar goes away not sure why that’s happening?
I've tried the following:
- Adjust the columns width in the tables
- Added an overflow property on the root container and on the tabs themselves as well.
- Configured an event script that calls the
refreshBinding()
method to see if maybe I was interfering with the default behavior of the scroll bars.