This question is locked. New answers and comments are not allowed.
I want to change the position and size of a RadPaneGroup programatically based on user actions. I tried setting the initialPosition but that doesn't seem to work. I also tried RadPane.removeFromParent() and RadPaneGroup.Items.Add() and then set the initialPosition but no luck.