Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Removing empty space between two rows
mastermine11
<p>I have a grid with two rows. In each row in the grid, I have place a grid(1 column, 2 rows) inside it; Each row of these two grids have a label with text in it. I selected all the cells in the outside grid, and set the border style to solid and the border width to 1px for left, right, top, bottom in the Properties > Advanced > Box area. </p><p> </p><p>When I preview the reports, I see an an extra row of empty space after the first outside grid row and before the second outside grid row. </p><p> </p><p>I have attached a screenshot of my report preview.</p><p> </p><p>Is there anyway to get rid of the extra space?</p><p> </p><p>i have tried creating the outside grid with one row. And putting two inside grids inside that row(the second grid appears below the first grid), and that got rid of the extra space. But when I adjusted the height, the grids didn't play nicely at all. </p>
Find more posts tagged with
Comments
micajblock
<p>Look at the padding of the cells.</p>
mastermine11
<p>Thanks. Setting the outside grid rows top and bottom padding did the trick. I thought that paddings only effect the space inside the border. According to <a data-ipb='nomediaparse' href='
http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.birt.doc/birt/fm-ResizingMarginsBordersAndPaddingOfElements.html'>http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.birt.doc/birt/fm-ResizingMarginsBordersAndPaddingOfElements.html</a>
, the padding inside the border, and the margin is outside. </p>