cancel
Showing results for 
Search instead for 
Did you mean: 

How to create horizontal scroll in Table UI Elements

Former Member
0 Kudos

Hi All,

I need to add horizontal scroll in my Table,

actually the requirement is, in my Table there are 8 columns but the column width is so long that the over all width of the page is getting big.

So if I want to display 4 coumn at a time and want to display one right arror & left arrow through which the user can navigate to other 4 columns (what was there for vertical scroll), same thing I need to create for horizontal scroll.

Please help me in this regard.

Thanks,

Sonia

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi sonia,

u can set the scrollablecolcount as 4 then only 4 columns will be visible at a time. If u want to see other columns then there will be arrow marks to move throught the columns.

set scrollablecolcount property of the table as per ur requirement.

Regards...

Arun.

Reward points if useful.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can set the Footer property of your Table to visible and then fix the width of the table to some value (say 50% or some px).

Regards,

Neha