Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4695
print label with margins in the cell
posted

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??

  • 469350
    Offline posted

    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.