abmaterial addcomponent

  1. H

    B4J Question [ABMaterial] How to put the newly added component on top instead of bottom?

    hello, If we add a new component on a page or a container it is placed at the bottom. Is there a way to put it on top. Example, if we do the following code: page.cell(1,1).AddComponent("component1") page.cell(1,1).AddComponent("component2") The above code results to: Component1...
Top