using System;
using System.Reactive.Disposables;
using Avalonia.Controls;
namespace Avalonia.Xaml.Interactions.Custom;
///
///
///
public class ScrollToItemBehavior : AttachedToVisualTreeBehavior
{
///
///
///
public static readonly StyledProperty?> ItemProperty =
AvaloniaProperty.Register?>(nameof(Item));
///
///
///
public IObservable