Hi I have an SfDataGrid with Columns that extend far enough that I need a R/L scroll bar. I'm trying to screenshot the entire grid past the right hand side limit but I keep getting:
(the first part isn't cut off it's just like that)
I have a custom screen capture method (I'm not married to it if there's a better way) that takes a visual container as an argument. This is a problem, because I know I probably have to set the target of the screen-shot to the Columns property which unfortunately is not a visual container. The underlying row structure is custom and also not a visual container for reference. Any help is appreciated thanks!