cancel
Showing results for 
Search instead for 
Did you mean: 

Scroll at Scroll Conatiner

0 Kudos

Hi to all!

In my Web Dynpro View I have a Scroll Container, at a user action I want to scroll in this scroll Container.

How can I scroll at this container?

Thanks Hermann

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

First of all the ScrollContainer is depreciate and shouldn't be used any longer. You should use a transparentContainer instead. Second you can't control the scroll position within either UI element in Web Dynpro. The scrolling is done client side only.

If you want to control positioning between groupings of UI elements, then consider using MultiPane or RowRepeater instead. Using firstVisiblePane or firstVisibleRow property you can control the position of the "scrolling" through element - you just won't have traditional Scroll Bars.

Answers (0)