Basically when the vertical scrollbar is visible (ie make the fonts bigger
makes the scrollbar appear) I think what's happening is when it scrolls it
refreshes the contents of the textboxes which is firing the textchanged
event.

My textchanged event moves the focus to the next row down (increments column
when it reaches the bottom) for fast data entry. If it fires more than once
as the scrollbar is making it do then it jumps too many rows (one for each
textbox that is refreshed).

Thinking aloud here but I might have to change the event to navigate fire on
the keyup or keydown event instead. The scrollbar shouldn't trigger that (I
hope!!)

cheers,
Stephen

On Mon, May 3, 2010 at 6:59 PM, Miguel Madero <[email protected]> wrote:

> Do you have more details on this issue?
> Is the issue that the TextChanged handler is call once for each textbox?
> What's the problem with the navigation?
>
>
>
>
> --
> Miguel A. Madero Reyes
> www.miguelmadero.com (blog)
> [email protected]
>
> _______________________________________________
> ozsilverlight mailing list
> [email protected]
> http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
>
>
_______________________________________________
ozsilverlight mailing list
[email protected]
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight

Reply via email to