зеркало из https://github.com/DeGsoft/maui-linux.git
Родитель
244ee01cfa
Коммит
22e4b3bd6d
|
@ -650,6 +650,8 @@ namespace Xamarin.Forms.Platform.Android
|
|||
var renderer = _view as IVisualElementRenderer;
|
||||
renderer.Element.Layout(position.ToFormsRectangle(_layout._context));
|
||||
|
||||
// causes the private LAYOUT_REQUIRED flag to be set so we can be sure the Layout call will properly chain through to all children
|
||||
Measure(position.Width, position.Height);
|
||||
_layout.LayoutDecorated(_view,
|
||||
left: position.Left,
|
||||
top: position.Top,
|
||||
|
|
Загрузка…
Ссылка в новой задаче