I have a list of data that is wider (has more columns) than can fit on the screen when inserted in a xCLV, and I need to print all the columns into a PDF file.
When I try to use the clv.sv.ScrollViewInnerPanel.Snapshot method, it only includes the visible part of the data in the PDF and not the off-screen columns.
I can't figure out how to get the full row of data out of the xCLV.
Any help would be greatly appreciated.
When I try to use the clv.sv.ScrollViewInnerPanel.Snapshot method, it only includes the visible part of the data in the PDF and not the off-screen columns.
I can't figure out how to get the full row of data out of the xCLV.
Any help would be greatly appreciated.