Wish a Wish that is also a Bug report... Designer Scripts to run BEFORE anchors, or the ability to re-run Anchors.

Cableguy

Expert
Licensed User
Longtime User
So, picking up from here:
And considering this not as a bug but rather an oversight when implementing these features, my wish can be expressed in 2 ways:
1 - Change the way layouts are rendered so that Designer Scripts have precedence over Anchors... This would allow any view to first be re-dimensioned, as per my example, and then have the child's Anchors applied taking into consideration the "new" parent dimensions...
or
2 - a new method, like View.ReApplyAnchors to allow the Anchors of a given view to be recalculated,.
 
Top