Set scroll position in Table in VBCS

 In this blog we will see how to store table scroll position in VBCS and to return to the same scroll position

  • Create a sample VBCS Application.
  • Create a Table with ADP data source.
  • Now create a variable of type any called scrollPosition and assign the same to Table property scroll-position.

  • Now we will create another Page with a page parameter called scroll and navigate to the same on button click by passing the scrollPosition value to the same.

  • In the new Page we will have a button called Return where we will pass the scroll value back to the scrollPosition.

  • Now run the Application and see that when you navigate to another page and come back to the same page the scroll position is not refreshed to first row rather to the same view that was there initially.

Comments

Popular posts from this blog

Mavenize an Oracle ADF Application

Creating Column Filter on a VBCS Table using ListDataProvider(LDP)

Using Custom Colors in Sunburst Chart