cancel
Showing results for 
Search instead for 
Did you mean: 

How to get rid of vertical scroll bar in ABAP webdynpro table

0 Kudos

Hello,

I have created a dynamic WD table using cl_wd_dynamic_tool=>create_table_from_node and then I restricted the number of lines to 1 by setting the 'Set_Row_Count' and 'Set_Visible_Row_Count' = 1. But still when I run the application I see a vertical scroll bar which looks very awkward for only 1 line. How do I get rid of this vertical scroll bar ?

Thanks and Regards,

Sandhya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Is your table under any transparent container. have you set any scroll mode for this.

One more thing, have you used SER SCROLLABLE COL COUNT property.Also is this property set firstVisibleScrollableCol.

Regards,

Lekha.

Edited by: Lekha on Oct 28, 2009 11:18 AM

0 Kudos

I am talking about the 'Vertical scroll bar' not the horizontal one.

Former Member
0 Kudos

Hi,

Are you displaying the empty rows also.

Regards,

Lekha.

0 Kudos

@ Lekha: No I am not displaying the empty rows.

@Priya: I havent added any application parameter to my WD application. Do I have to do it?

0 Kudos

Hello Lekha,

I tried to explicitly set the Display_Empty_Rows to SPACE and it worked. Thanks a lot.

Best Regards,

Sandhya

Answers (1)

Answers (1)

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

In the Application Paramters of WD Application did you add any Scroll bar paramter

Regards,

Priya