cancel
Showing results for 
Search instead for 
Did you mean: 

scroll bar for the table

Former Member
0 Kudos

hi

i have a scenatio where the table need

scroll bar , so ihave used scroll container

for the table and i am able to view both

horizontal and vertical scroll var , but i need

only verticle scroll var .

how can this be achieved ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

scroll bar , so ihave used scroll container

for the table and i am able to view both

horizontal and vertical scroll var , but i need

only verticle scroll var .

For the table freeze the width by speccifying some pixels

and change the scroll mode from both to vertical

Regards

Ayyapparaj

Former Member
0 Kudos

hi

thanks for the reply , but the

for the scroll container , in the properties

scrolling mode has just auto , both and none

nothing as verticle ,

any suggestions ?

nikhil_bose
Active Contributor
0 Kudos

1) make scrolling mode as auto.

2) set table width as less than that of scrollContainer

nikhiL

Former Member
0 Kudos

hi

thanks for the quick response ,

but its not helping me .

i have set the width of the table less than

scroll container .

i need just vertical scroll bar to be visible

no horizontal scroll bars

iam able to view both .

nikhil_bose
Active Contributor
0 Kudos

scrollContainer properties:

1) set width as of the table.

2) set scroll mode as vertical instead of both/auto

nikhiL