B4J Question How to snapshot whole control

jmon

Well-Known Member
Licensed User
Longtime User
Hello,

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?

Thanks.
 
Top