Canvas print - wpf
问题 I used these code in order to print out the UI. Printing out is working, but if the size of paper is over, the UI cuts off in the middle of a canvas. Is there any possible way not to be cut off in the middle? <--cs code--> PrintDialog dialog = new PrintDialog(); dialog.PrintVisual(lst , "print"); <--Xaml --> <ListView Name="lst"> <Grid Name="grdPrint"> <Grid.RowDefinitions> <RowDefinition /> <RowDefinition /> </Grid.RowDefinitions> <Canvas Grid.Row="0" > ....... </Canvas> <HListBox x:Name=