G
Guest
Hello
I need to allow users to freely edit a multicolumn list. (I'm using a
ListView specifically because it can be induced to scroll when a user
"nudges" the top or bottom with the mouse.) To allow users to edit fields I
throw up a Textbox over the selected field. (The ListView has facilities for
editing the first column, but I need all columns to be editable.) It works
unless the user scrolls the ListView while the editable Textbox has the focus
-- in this case the editable box stays where it is while the background
scrolls out from under it.
Is there a way I can 'pin' the Textbox to the ListView client, or at least
detect when the ListView is scrolled, so I can validate and hide the TextBox?
Thanks
I need to allow users to freely edit a multicolumn list. (I'm using a
ListView specifically because it can be induced to scroll when a user
"nudges" the top or bottom with the mouse.) To allow users to edit fields I
throw up a Textbox over the selected field. (The ListView has facilities for
editing the first column, but I need all columns to be editable.) It works
unless the user scrolls the ListView while the editable Textbox has the focus
-- in this case the editable box stays where it is while the background
scrolls out from under it.
Is there a way I can 'pin' the Textbox to the ListView client, or at least
detect when the ListView is scrolled, so I can validate and hide the TextBox?
Thanks