cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic Screen scroll in Multipane

Former Member
0 Kudos

Hi,

I have an issue in Page Scroll. I am using multipane for a requirement to display some block of UI elements row wise.

Inside the multipane I have used the Group UI element which repeats row wise.

When I scroll the page down and try to click on any space (on group UI element), the page scrolled automatically to the top.

Any idea on this behavior. I want to restrict the page scroll happens automatically.

Would appreciate the timely help.

Pls let me know if the above is not clear.

Thanks

RC

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Rupachandran,

I think, there is some event Onclick is setting the scroll bar to top.


Pls place a break point in method WDDOMODIFYVIEW( )  of your view and try to inspect the issue onclick action

Also, you can try to set the focus on your current action by using method REQUEST_FOCUS_ON_ACTION of interface IF_WD_VIEW_controller.

Hope this helps you in finding the issue.

Regards,

Rama