We allow users to create their own check templates. For example, they can enter X and Y
coordinates in inches to specify where items (such as check number, check date,
amount, and memo) should appear on the check. These items are dynamically created at runtime and added to the detail
section of the report.
Now, we want to add a signature image. The problem is that when they specify where to put the signature, the PictureBox pushes the other items to the right. Is there a setting that will allow the PictureBox to essentially overlap columns and not push them to the right?
Or, if there’s a better way to go about this, please let me know.
Now, we want to add a signature image. The problem is that when they specify where to put the signature, the PictureBox pushes the other items to the right. Is there a setting that will allow the PictureBox to essentially overlap columns and not push them to the right?
Or, if there’s a better way to go about this, please let me know.