As a result, I use the LayoutUpdated method and in it the command:
if (chromiumWebBrowser.IsBrowserInitialized)
{
chromiumWebBrowser.GetBrowser().GetHost().Invalidate(PaintElementType.View);
}
This gives the best result and the browser is resized correctly.