cancel
Showing results for 
Search instead for 
Did you mean: 

Scroll Bar in Container

Former Member
0 Kudos

Hi,

I have a view with a table. The table is too large and the width of the whole view is extending.

Can we have a scroll bar with in the Transparent Container where i have placed the Table so that the width of the view doesnt exceed. If its possible can somenody let me know how to implement this?

Regards,

Kanakaraj V A

Accepted Solutions (0)

Answers (3)

Answers (3)

arjun_thakur
Active Contributor
0 Kudos

Hi Kanakaraj,

Use the ScrollableColCount property of the table to get the horizontal scroll bar. The use of ScrollContainer UI element should be avoided as this UI element is deprecated.

Regards

Arjun

Sharathmg
Active Contributor
0 Kudos

Dear Kanakaraj VA,

Can we have a scroll bar with in the Transparent Container where i have placed the Table - Use the UI element ScrollContainer. Insert the table element and set the co-ordinates of the container to obtain the scroll bars.

Hope it helps.

Thank you,

Sharath MG

Former Member
0 Kudos

Hi,

Try to use the scrollablecolcount option for the table and specify the number of columns to have the scrollbar for table than for the Transparent container.

Please check out this link on the same -

Regards,

Lekha.