Hi,
I have a setVar box which is set to be a MultiCheckBoxVertical to show a column in a table. I need to display all rows from the table but because of the limited shape size, I am not able to view all the contents hence it's impossible to tick some of the boxes so I was wondering if I can use horizontalScrollbarVisibility command as I've seen it being used in other types of shapes. So far I have tried to put horizontalScrollbarVisibility=Visible command in SetVarOptions as well as Options shape data but neither worked. Could you please advise how I can add the scroll bar to the shape? Many Thanks
Hi Paul,
The MultiCheckBoxVertical currently does not support the scroll bars. The only workaround I see at this moment would be to use a grid layout (see docs), so that your content can scale dynamically. However, this might require significant changes in your Visual Overview.
It's possible to tick all the boxes by setting the session variable to the precise value that would be assigned when manually selecting each checkbox.
Also, I wonder if there is a way to tick all boxes by clicking a shape. I have ‘clear all’ button that has CheckBoxTest:0 as SetVar Shape Data but not sure how I can create ‘select all’ button and what shape data I should use.