Beispiel #1
0
 // TODO ezhart 2021-06-18 Review this; a control calling Arrange on itself is almost certainly wrong, but removing this right now is breaking
 // any layout that's inside a shimmed ScrollView.
 void OnBatchCommitted(object sender, EventArg <VisualElement> e)
 {
     ViewHandler?.PlatformArrange(Element.Bounds);
 }