Page 1 of 1

StackPanel change orientation at runtime

Posted: Mon Oct 12, 2015 4:23 am
by CyborgDE
Hello,

can the StackPanel change the Orienation during runtime ?
Ist there a workaround ?

Regards, Uwe

Re: StackPanel

Posted: Mon Oct 12, 2015 6:19 am
by CyborgDE
I have found a workaround:

I use a Grid with row and columns, before I set the Gid.Row and Grid.Column I remove the object from the childen of the grid and after that, I add the object to the children of the grid.

Maybe a StackPanel should also work ...

This works fine ...

Regards, Uwe

Re: StackPanel

Posted: Sun Oct 18, 2015 1:40 am
by CyborgDE
This does not work, the binding will be removed ...

Regards, Uwe