I've a editable datagrid where the user sometimes needs to enter more
characters than can be displayed on the screen.
The current behavior is, I believe, a bit confusing to the user. When
they fill up the visible portion of the cell, the entered text moves
left off the screen, leaving the cursor in the left-most position of
the cell, ready to accept more data.
This is confusing because it appears that the entered text has
"disappeared". I'd rather have it behave like a standard textbox,
where it scrolls one character at a time when the visible width is
reached.
Is there a property that controls this behavior?
TIA.