B b4auser1 Well-Known Member Licensed User Longtime User Mar 8, 2016 #1 indexPathsForVisibleRows, visibleCells provide information identifying visible rows in the table view. How to setup events handlers to process events from TableView to be notified that the set of visible rows has changed ?
indexPathsForVisibleRows, visibleCells provide information identifying visible rows in the table view. How to setup events handlers to process events from TableView to be notified that the set of visible rows has changed ?
Erel B4X founder Staff member Licensed User Longtime User Mar 9, 2016 #2 You cannot reuse custom view with TableView. You can use Table class instead: https://www.b4x.com/android/forum/threads/class-table.46567/ You can replace the labels with other views. Upvote 0
You cannot reuse custom view with TableView. You can use Table class instead: https://www.b4x.com/android/forum/threads/class-table.46567/ You can replace the labels with other views.