cancel
Showing results for 
Search instead for 
Did you mean: 

sap.m.ScrollContainer not displaying scrollbar vertically for sap.m.table rows or under panel .

Former Member
0 Kudos

Hi,

sap.m.ScrollContainer not displaying scrollbar vertically for sap.m.table rows or under panel where data is coming from OData Service.I used below code above Panel Code or Below Panel ( Above Table ) code but it's not working.

<ScrollContainer height="100%" width="100%" horizontal="false" vertical="true" >

<Panel id="pn1" visible="true" headerText="text1" width="100%" height="200px"

  expandable="true" expanded="false" expand="">

  <Table id="vendorTable" ........... ">

Changed height/width property combinations as well but Scroll Bar is not coming to scroll the rows of table. Is there any known bug? I am testing in desktop but not on mobile.

Please share your recommendations or suggestions.

Regards,

Koti Reddy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think scroll container won't work for sap.m.table

Answers (0)