Skip to main content
14-Alexandrite
May 6, 2024
Question

Scrollbar on Grid-Widget

  • May 6, 2024
  • 1 reply
  • 1396 views

Hi folks,

I have a problem with the vertical scrollbar on my grid widget (TWX version ThingWorx 9.3.8).

 

I have placed two grids vertically on top of each other, where the columns and their sizes partially overlap. However, when the vertical scrollbar is displayed on a table, the columns shift and it is no longer visually appealing.

 

The padding of the container (via Composer -> Layout) does not seem to have any effect on the grid.

 

Is there a way to use a kind of dynamic padding so that the area is reserved for a scrollbar?

 

 

Best regards

Marc

1 reply

pshashipreetham
18-Opal
18-Opal
May 30, 2024

Hi @M4RC,

 

The Simple Solution will be to keep the first column at a Fixed width and the second column at an Auto Width; these settings can be done in the Configure Bindings in the Grid Widget.

 

Thanks,

M4RC14-AlexandriteAuthor
14-Alexandrite
May 31, 2024

Hello @pshashipreetham ,

 

All my columns have a fixed width set by % (percent),

because the number of columns in both tables is different.

 

The only option I have in this case is to set the width of the last column to 'auto width'. However, this does not change the behavior of the grid.

 

 

Best regards

Marc