// 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?.NativeArrange(Element.Bounds); }