cancel
Showing results for 
Search instead for 
Did you mean: 

Overflow container horizontal scroll bar should be placed at the same place

shiva_suvarna
Participant
0 Kudos

Hi friends

I am using overflow container in that i placed a table which is big, so that horizontal scrollbar is appearing for the overflow container this is what i want.

but if user moves the scroll bar to some place after that if the page refreshes( after any server event ) the scroll bar is setting to the initial place .

but i want this should be set at the same place where it was before refresh.how can i do this.

thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

rainer_liebisch
Contributor
0 Kudos

Hi Shiva,

what I forgot: In newer releases there is the attribute for xhtmlb:overflowContainer:

mode = scroll_with_reposition

This will do the trick for server roundtrips.

Regards,

Rainer

daniel_humberg
Contributor
0 Kudos

Hi,

Mode = "SCROLL_WITH_REPOSITION" is really great.

But if you have any trouble, you should check the latest notes for this. I had some problems with it in combination with BSP Delta Handling.

shiva_suvarna
Participant
0 Kudos

Hi daniel ,

can u give me the note number so that i can verify.

thanks.

daniel_humberg
Contributor
0 Kudos

Please check

871461

870217

895091.

Regards,

Daniel

Answers (1)

Answers (1)

rainer_liebisch
Contributor
0 Kudos

Hi Shiva,

this thread might be helpful:

Regards,

Rainer