Scrollbar to array

380 views
Skip to first unread message

eslo

unread,
May 28, 2019, 4:40:46 PM5/28/19
to Fujitsu RunMyProcess Developer Community
hello, I am trying to add a scrollbar to an array.

I tried the following
#id_array {
width: 150% !important;
display:block !important;
overflow:scroll !important;
}

but I've had no luck

Message has been deleted

RunMyProcess Support

unread,
May 29, 2019, 3:37:45 AM5/29/19
to Fujitsu RunMyProcess Developer Community, erika...@opensky.com.co
Hi Eslo,


You can use below CSS code to add a scrollbar to array:
#id_array {
    width: 70%; //define width of array widget
    direction: ltr;
    overflow-x: scroll; //horizontal scrollbar
    display: block;
}
Please find attached screenshot for reference. Kindly confirm if its works fine.

Thanks and Regards,
Fujitsu RunMyProcess Support.

Scrollbar to Array.PNG

RunMyProcess Support

unread,
May 29, 2019, 3:47:31 AM5/29/19
to Fujitsu RunMyProcess Developer Community, erika...@opensky.com.co
Hi Eslo,
 

We request you to use RunMyProcess Support Ticketing System in future for enhanced support service. Below is the link to signup/reset your password if already registered. 
  
https://desk.zoho.eu/portal/runmyprocess

If you have any problems in sign up kindly let us know.

 

Thanks & Regards,
Fujitsu RunMyProcess Support

Eslo

unread,
May 29, 2019, 9:38:34 AM5/29/19
to Fujitsu RunMyProcess Developer Community
hello, it works but that is not what I need. I need the columns to be wider so that more content can be displayed, that's why I need that scrollbar.
If it helps, my array is in a section.
Thanks

RunMyProcess Support

unread,
May 31, 2019, 2:57:52 AM5/31/19
to Fujitsu RunMyProcess Developer Community, erika...@opensky.com.co
Hello Eslo,

For wider columns in array widget, you can increase the "size" attribute value of array columns (in CSS), as shown in attached screenshot. By default, size value is 20, you will have to increase this value.

Please check and let us know if this helps. If not, kindly share more details along with screenshots.
Array Column Width.PNG
Reply all
Reply to author
Forward
0 new messages