Skip to content

Instantly share code, notes, and snippets.

@ashelleyPurdue
ashelleyPurdue / DialListBox.cs
Created September 3, 2019 14:48
Proof of concept smooth-scrolling virtualized ListBox for Avalonia.
#nullable enable
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Layout;