Scroll View Not Working inside Row component

Hi All,

I’m trying to implement an master details view in my application and in my master view, I’m trying to display an list of items. The issue I’m facing right now is that the scroll view isn’t working inside the cell of an row which I used to replicate master detail view.

I disabled scrolling for the page and set the view port height in the page layout. It works outside the row component, but it doesn’t work inside the cell of the row component.

Hello Bharti,

When using Scroll view you need to change the height of the component if you build for web in “full screen”, apparently your are building for PC, so just set the height of the Scroll view to fit the screen height, any other questions let me know, i’ll try to help you