|
|
|
@ -200,7 +200,6 @@ namespace Avalonia.Controls |
|
|
|
{ |
|
|
|
base.OnAttachedToVisualTreeCore(e); |
|
|
|
|
|
|
|
InvalidateFlowDirection(); |
|
|
|
InitializeIfNeeded(); |
|
|
|
} |
|
|
|
|
|
|
|
@ -210,6 +209,14 @@ namespace Avalonia.Controls |
|
|
|
base.OnDetachedFromVisualTreeCore(e); |
|
|
|
} |
|
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
|
protected override void OnAttachedToVisualTree(VisualTreeAttachmentEventArgs e) |
|
|
|
{ |
|
|
|
base.OnAttachedToVisualTree(e); |
|
|
|
|
|
|
|
InvalidateFlowDirection(); |
|
|
|
} |
|
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
|
protected override void OnGotFocus(GotFocusEventArgs e) |
|
|
|
{ |
|
|
|
|