krithika wrote:
> I have a dom document obtained after webnavigation.loaduri.I get a Div
> in the document and set an attribute -moz-column-count to 4
> programatically (from my embedded java app).

How, exactly?

> 1. Will reflow happen in this case ?

If you did it right, yes.  Off an event.

> 2. If reflow will not happen , can I force reflow at this point?

Yes.  See nsIDocument::FlushPendingNotifications.

-Boris
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to