On 6 March 2015 at 05:22, Dave Della Costa <[email protected]> wrote:
> (cc'ing [email protected]) > > Let me make sure I understand what you're asking: you have a parent > enclosing component that has to do calculations to position a set of > child component element, but you can only properly calculate positioning > for those child elements (in the parent?) after you get offset position > information for each one, once they have mounted? > Yes, but it's the size of the child elements I need. They contain text, so I don't know their dimensions until they've been rendered. Essentially the parent needs to adjust the position of its children so that none overlap. - James -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
