I want to show max 5 rows per page, so I use the the following code:
There are 6 rows of sample data but the first page shows only the first three rows (as seen in the attached image) while I expect the first five.
Could someone kindly tell me how to fix it, please. Same project attached.
TIA
Revelant code:
B4X:
B4XTable1.MaximumRowsPerPage = 5
B4XTable1.BuildLayoutsCache(5)
B4XTable1.RowHeight=B4XTable1.RowHeight * 2.5
Could someone kindly tell me how to fix it, please. Same project attached.
TIA
Revelant code: