I'm trying to use this function:
Activity.RemoveViewAt(index as int)
but I don't know the view index, just the name (e.g. "myView").
what is the way to use it?
And another question: how to add a View to a ScrollView using the Designer, or change Parent of a view (from Activity to a Scrollview) with code?
Activity.RemoveViewAt(index as int)
but I don't know the view index, just the name (e.g. "myView").
what is the way to use it?
And another question: how to add a View to a ScrollView using the Designer, or change Parent of a view (from Activity to a Scrollview) with code?