Dear all,
I am going to make the print label program with infragistics.
How to make the cell margin in each row of column? Is there any settings variables??
Hi,
There are properties on the Override for CellPadding and CellSpacing. But these apply to all four sides of the cell, you cannot control it on each side.
Perhaps you could acheive what you want by centering the contents within each cell. Then you would set with Width of each column to provide the horizontal spacing and the height of the row for the vertical.