Skip to main content

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. 

 

 

Understood now that the constraints set the constraints in terms of px and its impossible to satisfy all constraints with what i was doing.

Resolved it by adding an absolute positioned, auto-layouted frame with the line in it. Set the frame to vertical layout and auto gap. 


Reply