cancel
Showing results for 
Search instead for 
Did you mean: 

Scrollable bar in webdynpro java tables

Former Member
0 Kudos

Hi All,

Is it possible to have a vertical scroll bar in tables? i have used the scrollable container UI element,and increased the table row visiblity as 20 still i'm not getting the scroll bar.

Can anybody help on this?

Regards,

V Karthi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Change the scrolling mode property of Scroll Container to auto and make sure the height and width of the scroll container less than the table.

Regards,

Charan

Former Member
0 Kudos

Hi Krishna,

I tried changing the scrolling mode to auto and checked the width of the table which is lower than scrollable container.

The output was my table is not visible. now the the table itself not visible .

Former Member
0 Kudos

Hi,

Try as below:

Scroll Container: Grid Layout: Height: 300, Width: 400: Scroll mode: auto

Give table MaxVisibleRows: -1 Width: 700

Check by running the application:

Regards,

Charan

Former Member
0 Kudos

Hi All,

Thank you all, i'm getting the scrollable bar in my table.Problem was i didnt set the width and height properly.

Thank you very much.

Regards,

V Karthi

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can create a scrollable table using the ScrollContainer UI element by the following steps:

1) set some 'visibleRowCount' for the table .

2) set the 'scrollingMode' of the ScrollContainer as 'auto'.

3) set the height and width of the container as some fixed value. So when the table area becomes more than the space specified, the scroll bar will automatically appear.

Hope this helps you..

Regards,

Saleem

Former Member
0 Kudos

Hi karthi,

Refer the thread.

Regards,

Sri

Edited by: Srikanth Thatipally on Jul 7, 2009 2:09 PM

Former Member
0 Kudos

Hi Srikanth,

Thank you so much for the fastest reply,But i'm talking about the webdynpro java tables.The thread you referred is abap tables i think.

Regards,

V Karthi