cancel
Showing results for 
Search instead for 
Did you mean: 

vertical scrolling in a table

former_member186444
Participant
0 Kudos

I have an empty table into which I want to enter data. I want to be able to view 10 rows but then also be able to scroll down to another 10 rows (and so on) to enter more data. You would not think this was so hard but I despite hours of searching and playing around I cannot find a way to do this.

If I have the visibleRowCount to 10 and rowCount to -1 (which I assumed would mean let me have as many as I want?), then the scrollbar is greyed out.If I set the rowCount to say 50 then my vertical scrollbar is not longer greyed out and I can scroll down. Howver, I then get a short dump in CL_WDR_TABLE_DATA_PROVIDER->GET_VISIBLE_TABLE_DATA concerning an ASSERT.

Can anyone please point me in the right direction with this?

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member217546
Participant
0 Kudos

Hi Malcolm,

Best option may be providing a button in the toolbar to add new empty rows(10 or 20 no.s).Then automatically vertical scroll will come with the new rows.

Thanks,

Sudheer