How to overlay two ASButton(absolute position) to ASCollectionNode?

218 Views Asked by At

enter image description hereStruct:

  • ASScrollNode(Stack vertical layout)
    • ASCollectionNode(without layoutSpecThatFits)
    • ASButtonNode, ASButtonNode (absolute position)

I want the buttons to be displayed on ASCollectionNode (and not moved when scrolling the collection). How could I do that?

I tried to use ASOverlayLayoutSpec and new wrap node, but no one displaying.

0

There are 0 best solutions below