Question

In my application I have 2 layouts. One's is root layout that changes dynamically and the second is just a form that opens many times. The form must be child of the root layout but I'm failing to perform so.

I assume that I should simply use:

main.AddView(formLayout)

but I can't figure out how get this formLayout object.

Will thank you for possible answers.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top