[NullableContext((byte)1)] [Nullable((byte)0)] public sealed class ListBox<T> : Visual, IVisualElement, IScrollable, ListBox<T>.IBindings, Visual.IBindings
kind:method
kind:property
kind:ctor
ListBox()
ListBox(IEnumerable<T>, Int32)
ListBox(IEnumerable<T>)
ChildrenCount
Items
ItemTemplate
Scroll
SelectedIndex
ListBox<T>.IBindings.ItemTemplate
ListBox<T>.IBindings.MeasuredContentWidth
ListBox<T>.IBindings.ScrollVersion
ListBox<T>.IBindings.SelectedIndex
ArrangeCore(in Rectangle)
BindItemTemplate(Binding<DataTemplate<T>>)
BindMeasuredContentWidth(Binding<Int32>)
BindScrollVersion(Binding<Int32>)
BindSelectedIndex(Binding<Int32>)
GetChild(Int32)
MeasureCore(in LayoutConstraints)
OnKeyDown(KeyEventArgs)
OnPointerPressed(PointerEventArgs)
OnPointerWheel(PointerEventArgs)
PrepareChildren()
RenderOverride(CellBuffer)