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: I know it's an important feature but unfortunately a complicated one. I don't think I will be able to work on it in the near future, sorry.
Comments: I know it's an important feature but unfortunately a complicated one. I don't think I will be able to work on it in the near future, sorry.