Background: I’m creating a grid (basically a chart background). The grid is built up by a set of auto-layouted rows. For charts with both negative and positive values I want to add in a stronger horisontal center-line, absolute positioned with L+R, T+B constraints.
Problem: I’m doing this but when i resize the grid it only seems to respect the L+R and T constraints, not the bottom.

