I am trying to do a snapshot of a TableView with a scrollbar. The issue is that the "tableView.Snapshot "only captures the visible area of the tableView.
Is there a way to snapshot the whole control regardless of the scroll position?
You can try to increase the height of the TableView before calling Snapshot. You might need to use CallSubDelayed or a timer to allow the table to redraw itself.