Skip to main content

listboxextenders-class

This class contains a few useful extenders for the ListBox

public class Korzh.EasyQuery.Wpf.ListBoxExtenders
: DependencyObject

Assembly: Korzh.EasyQuery.WPF.dll

Constructors

NameTypeDescription
ListBoxExtenders()void

Static Fields

NameTypeDescription
AutoScrollToLastItemPropertyDependencyPropertyHandles scrolling to added items

Static Methods

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