Control inside ScrollViewer
-
Hi, I"m trying to make a custom control, that if inside a ScrollViewer (anywhere in the tree above), registers to the Scroll event and do something. is it even possible? if so, what's the recommended approach? i would really like to register to the event inside and it will occur only if there's a really ScrollView parent but i don't think it's possible Thanks a lot, Yanai
-
Hi, I"m trying to make a custom control, that if inside a ScrollViewer (anywhere in the tree above), registers to the Scroll event and do something. is it even possible? if so, what's the recommended approach? i would really like to register to the event inside and it will occur only if there's a really ScrollView parent but i don't think it's possible Thanks a lot, Yanai
I would use a RoutedEvent to manage this.
Deja View - the feeling that you've seen this post before.
-
I would use a RoutedEvent to manage this.
Deja View - the feeling that you've seen this post before.