After a Root Element is made and displayed, I sometimes need to add a new section:
this.Root.Add(MyNewPopulatedsection);
The problem is that the new Section 'flys in' from the right in an animation.
How do I add a section, but not have it animate?