"Scrolled into Viewport"-like event in Silverlight
- by herzmeister der welten
In Silverlight, is there any way to get a notification event if a Control (or any FrameworkElement) has been scrolled into the viewport and is now visible?
I want to implement something like the Lazy Load Images jQuery Plugin.