Modified JumpToReply so that object sender is casted to a more generic type Panel since the change from the original StackPanel to Grid broke the functionality. This should help the functionality survive if the control changes to another similarly typed control.
Modified
JumpToReply
so thatobject sender
is casted to a more generic typePanel
since the change from the originalStackPanel
toGrid
broke the functionality. This should help the functionality survive if the control changes to another similarly typed control.