cancel
Showing results for 
Search instead for 
Did you mean: 

Horizontal & Vertical Scroll Bar

Former Member
0 Kudos

Hi Friends,

I made an object in Webdynpro( ABAP ), In which I use an element of type 'Table' to display data.

I want to give horizontal & Vertical scrollbar in it.

If is it possible then kindly help me out.

Regards,

Narendra

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

for ur scroll bar u hav many options .

Fixed number of visible columns

This mode is activated by specifying a fixed number of scrollable columns in the scrollableColumnCount property. The maximum number of columns specified is always displayed and a paginator is provided in the footer for scrolling.

Columns that fit in the table

So that this mode functions reliably, a range of prerequisites must be met:

scrollableColumnCount = -2 activates the mode.

Furthermore fixedTableLayout=true should be activated so that columns are only displayed with the specified width.

Former Member
0 Kudos

Hi,

Double click the applicatioon in which the horizontal and vertical scrollbar is to be displayed.

Under parameters tab,add the application parameter as WDTABLENAVIGATION and SCROLLBAR.

Now in the Table UI element,set the appropriate value to Scrollable Col Count for Horizontal Scrollbar and

Visible Row Count for Vertical Scrollbar.

Hope this helps!!!!

Thanks,

Divya.S

Former Member
0 Kudos