Possible to implement an IsViewPortVisible dependencyproperty for an item in an ItemsControl?
- by Matt H.
I need to enable/disable spell checking in a richtextbox in an ItemsControl, based on whether the RichTextBox is visible in the ItemsControl's Scrollviewer.
I think the route is to implement an IsViewPortVisible dependency property and wire an event handler for a changed event...
I found this article that describes the lengthy process for…