0

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?

Ian Vink
  • 66,960
  • 104
  • 341
  • 555

1 Answers1

0

Most likely this is very inefficient, but can you just create new Root element with old and new sections and then reassign your DialogViewController.Root to it.

olexa.le
  • 1,697
  • 10
  • 14