[WPF] Force canvas child add layout updates
This commit is contained in:
Родитель
3244d309c0
Коммит
deb4810174
|
@ -97,6 +97,8 @@ namespace Xwt.WPFBackend
|
|||
SWC.Canvas.SetLeft (element, bounds.Left * wratio);
|
||||
element.Height = (bounds.Height > 0) ? bounds.Height * hratio : 0;
|
||||
element.Width = (bounds.Width > 0) ? bounds.Width * wratio : 0;
|
||||
|
||||
((FrameworkElement) widget.NativeWidget).UpdateLayout();
|
||||
}
|
||||
|
||||
public void RemoveChild (IWidgetBackend widget)
|
||||
|
|
Загрузка…
Ссылка в новой задаче