Browse Source
- Add and use `NonVirtualizingLayoutContext` in `NonVirtualizingLayout`
- Return -1 instead of throwing if element is not a child of `ItemsRepeater`
Ported from 22adf4dc62
pull/3424/head
3 changed files with 17 additions and 5 deletions
@ -0,0 +1,11 @@ |
|||
// This source file is adapted from the WinUI project.
|
|||
// (https://github.com/microsoft/microsoft-ui-xaml)
|
|||
//
|
|||
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
|
|||
|
|||
namespace Avalonia.Layout |
|||
{ |
|||
public abstract class NonVirtualizingLayoutContext : LayoutContext |
|||
{ |
|||
} |
|||
} |
|||
Loading…
Reference in new issue