cancel
Showing results for 
Search instead for 
Did you mean: 

Scroll list

Former Member
0 Kudos

Hello everyone,

I want to add a list of elements to a box with scroll capabilities.

I created a Table and then put it in a scroll container, but it's not working. Can someone tell me how to do this ?

thank you in advance ,

Nuno

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Put the table in a Group.Fix the height of the group to some value say 200px.Set the scrollingMode proprty of the group to auto.Now, if the no. of rows in the table is large enough, vertical scrollbar should appear for the group.You can set the height of the group according to your need.Also you can set the visibleRowCount property to the value such that it will always ensure the scrolling.

Regards,

Ajay

Former Member
0 Kudos

Thank you, Ajay. It works fine !

Former Member
0 Kudos

<i>...Also you can set the visibleRowCount property to the value such that it will always ensure the scrolling</i>

Or set visibleRowCount = -1 to make all rows in table visible.

VS

Message was edited by: Valery Silaev

Answers (0)