2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Printing customizationsThe GridGroupingControl can be printed from left margin by setting the CenterHorizontal property to false that is true by default. This property specifies when the Grid should be centered horizontally on the page while printing. C# //Print Grid from Left margin. this.gridGroupingControl1.TableModel.Properties.CenterHorizontal = false;
VB 'Print Grid from Left margin. Me.gridGroupingControl1.TableModel.Properties.CenterHorizontal = False
Screenshot When CenterHorizontal = true, When CenterHorizontal = false,
Samples: Reference link: https://help.syncfusion.com/windowsforms/classic/gridgroupingcontrol/printing |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.