cancel
Showing results for 
Search instead for 
Did you mean: 

Scrollbar inside Popup Window

Former Member
0 Kudos

Hi Experts,

I have created a popup window with a table inside that. Data is getting populated from BAPI into this table.

Please tell me the procedure for creating a scrollbar inside the table.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi Srini,

If you are using NW CE, then it is available in table properties.

If you are using, NW 7.0 then use ScrollContainer element and embed your table into it.Then set visibleRowCount to -1 and scrollmode to none.

Regards,

Siva

Answers (2)

Answers (2)

former_member185086
Active Contributor
0 Kudos

Hi

No need to create scrollbar inside the table fro popup or any element It will introduce whenever it required.

Just set the number of rows for table 5 ,10 etc Once data from BAPI/RFC will more than this number scroller

will comes automatically.

Best Regards

Satish Kumar

Former Member
0 Kudos

HI

There is Scroll Container UI , assign your table inside the container .

go to the properties of ScrollContainer ,you can

Scrolling Model with auto , both and none .