Hi guys, i’m trying to use layout master inside a each method , so when an item of my each method is active, the black rectangle do a translation next to the active item, but i’m falling to understand , how this can be built.
can anyone help me ?
the snippet you posted shows nothing but a single black rectangle. It’s impossible to suggest anything until we see what the problem is; and here we see nothing.
By doing that you are basically telling Fuse that all of your red and green rectangles are visual children of the black rectangle - so they move there.
To achieve what you’re after, you should change the LayoutMaster of the black rectangle, not the other way around.
The construct with ScrollView and Center-aligned StackPanel is very confusing, but I played with it a little and here’s a proof of concept that kind of works as you would expect it to: