Hi George,
Thanks for using Syncfusion product.
You can able to achieve your requirement by enable the PivotGridControl.TableControl.AllowColumnResizeUsingCellBoundaries property. Please refer the below code snippet.
// Allow resize the columns
this.pivotGridControl1.TableControl.AllowColumnResizeUsingCellBoundaries = true;
// Allow resize the Rows
this.pivotGridControl1.TableControl.AllowRowResizeUsingCellBoundaries = true;
|
Let us know whether this helps also if you need any further assistance on this.
Regards,
Jagadeesan