|
Hello all,
I have a customl listbox control that inherits from listbox and implements the INotifyPropertyChanged interface. I would like to modify the default behavior of listbox so that it only calls the getter on visible items. I am planning on replacing my current custom DAL with an ORM and this behavior would be desirable because it would allow me to utilize lazy loading to only load what is currently needed.
Thanks in advance,
Dustin |