Is there any design best practice document i can go through for DnD? Im struggling to have all my containers in place when i fill them with data during runtime.
For example, i have a dashboard where some containers are fixed hight/wight but the last one will clone elements depending on the number or rows i read in a database.
Thats the weird thing, the container containing the cloned blocks is set to scrollable, but even then is compressing the full layout.
Ive manage to achieve by having two layouts and positioning the new one in runtime based on the first layout height, lets see how it works in different screen sizes…
Anycase managing positioning is quite complex as every device has a different size resolution.
Hello @fedegarcia30hzc97a
As I shared in a separate support channel, the second Container51’s height needs to be set to a specific size in pixels or percentages.