Click here to Skip to main content
15,894,174 members

Comments by jkkumar2105 (Top 2 by date)

jkkumar2105 9-Aug-10 8:35am View    
Deleted
Reason for my vote of 5
It works...

Thanks a lot.
jkkumar2105 6-Aug-10 8:26am View    
Hi Abhinav, Nice Article
Thanks for Responce....
But here we did't have any property called value changed event for a Scroll Viewer
scroll1.LayoutUpdated += new EventHandler(scroll1_LayoutUpdated);
void scroll1_LayoutUpdated(object sender, EventArgs e)
{
scroll2.ScrollToVerticalOffset((double)scroll1.VerticalOffset);
}
this works for one way. but when I do the same for other also then it'll be infinite this does't work ..
hope u got my issue


/karteek