after reviewing the code I noticed that they height is often calculated in reverse, starting from the children and working up to the parent. The problem is that if you use % for sizing your elements this completely breaks because the .Size for every box is 0 while the layout is being generated.. I haven't been able to find an easy fix for this yet...
Comments: Any luck with this issue, I'm having the same problem.
Comments: Any luck with this issue, I'm having the same problem.