If we could get at least a util function to rearrange items in the component tree (either re-ordering siblings, or moving a child from one container to another) we would not only get nifty dynamic UIs but it'd also be set up so that an Agent could rearrange components for a very personalized App UI.
I was simply looking to give the user an option to move a 'Toolbox' with a bunch of buttons from the bottom of the screen to a SideFrame so they don't have to scroll around all the time. The only way to do this right now is to make a module of the 'Toolbox' then import it twice (once on the bottom and once in a sideframe) then hide/show either one depending on their user settings..... not a big deal, since they're just simple buttons, but if the module was complex or something having to import it twice would be far from ideal
