cancel
Showing results for 
Search instead for 
Did you mean: 

Scrolling Container

Former Member
0 Kudos

Hi Experts,

I need a scroll container with 100 records scrollable in it. if i am using table in scroll container , the scrolls bars not visible to me. And also i need to display the 100 checkboxes with texts in scroll bars . how to do that.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member182190
Active Participant
0 Kudos

Hi Vikranth,

You can use a table UI element to achieve your functionality.

1) to make 100 rows visible, fill the visiblerowcount property of the table Ui component.

2) To make it scrollable this is something tricky

Go to your Webdynpro application

in the parameters tab

add 'WDTABLENAVIGATION' from the F4 and 'SCROLLBAR' as Value and 'WDR_APP_PROP_TABLE_NAV' as type.

This will make a Table Scrollable.

Hope this solves your problem.

Regards,

Ismail.

Former Member
0 Kudos

Hi Ismail,

As u said in which parameters i need to pass the Values, Is the Method or the Used Components ????

Can u clearly Explain ....

Former Member
0 Kudos

If we are using the Table or rowreapeater we have to fix the number of rows to be displayed .

Yashpal
Active Contributor
0 Kudos

Vikranth ,

You can bind the visiblerow count of the table to some attribute of node , so that the no of visible rows are dynamic same with the row repeater.

Regards

Yash

Former Member
0 Kudos

How to get the 100 number of records in scrolling container. Which UI element will be suited for the diplaying based on the number of records.

Edited by: Vikranth on Mar 19, 2008 4:40 AM