Skip to content

ListBoxExtenders class

This class contains a few useful extenders for the ListBox

public class Korzh.EasyQuery.Wpf.ListBoxExtenders
: DependencyObject

Package: Korzh.EasyQuery.Wpf (targets: net461, net5.0-windows7.0, netcoreapp3.1)

Assembly: Korzh.EasyQuery.WPF.dll

NameTypeDescription
ListBoxExtenders()void
NameTypeDescription
AutoScrollToLastItemPropertyDependencyPropertyHandles scrolling to added items
NameTypeDescription
GetAutoScrollToLasttItem(DependencyObject obj)boolReturns the value of the AutoScrollToCurrentItemProperty
OnAutoScrollToLastItem(ListBox listBox, XRowList rows)voidCalled when listbox is scrolled to last item.
OnAutoScrollToLastItemChanged(DependencyObject s, DependencyPropertyChangedEventArgs e)voidCalled when Korzh.EasyQuery.Wpf.ListBoxExtenders.OnAutoScrollToLastItem(System.Windows.Controls.ListBox,Korzh.EasyQuery.Wpf.XRowList) changes
SetAutoScrollToLastItem(DependencyObject obj, bool value)voidSets the value of the AutoScrollToCurrentItemProperty