Browse Source
Merge pull request #8465 from danielmayost/fixes/repeaterMirrorTransform
fixes FlowDirection issue in ItemsRepeater
pull/8454/head
Max Katz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/Avalonia.Controls/Repeater/ItemsRepeater.cs
|
|
|
@ -421,6 +421,7 @@ namespace Avalonia.Controls |
|
|
|
|
|
|
|
protected override void OnAttachedToVisualTree(VisualTreeAttachmentEventArgs e) |
|
|
|
{ |
|
|
|
base.OnAttachedToVisualTree(e); |
|
|
|
InvalidateMeasure(); |
|
|
|
_viewportManager.ResetScrollers(); |
|
|
|
} |
|
|
|
|