ListBoxExtenders class
This class contains a few useful extenders for the ListBox
public class Korzh.EasyQuery.Wpf.ListBoxExtenders : DependencyObjectPackage: Korzh.EasyQuery.Wpf (targets: net461, net5.0-windows7.0, netcoreapp3.1)
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| ListBoxExtenders() | void |
Static Fields
Section titled “Static Fields”| Name | Type | Description |
|---|---|---|
| AutoScrollToLastItemProperty | DependencyProperty | Handles scrolling to added items |
Static Methods
Section titled “Static Methods”| Name | Type | Description |
|---|---|---|
GetAutoScrollToLasttItem(DependencyObject obj) | bool | Returns the value of the AutoScrollToCurrentItemProperty |
OnAutoScrollToLastItem(ListBox listBox, XRowList rows) | void | Called when listbox is scrolled to last item. |
OnAutoScrollToLastItemChanged(DependencyObject s, DependencyPropertyChangedEventArgs e) | void | Called when Korzh.EasyQuery.Wpf.ListBoxExtenders.OnAutoScrollToLastItem(System.Windows.Controls.ListBox,Korzh.EasyQuery.Wpf.XRowList) changes |
SetAutoScrollToLastItem(DependencyObject obj, bool value) | void | Sets the value of the AutoScrollToCurrentItemProperty |