View Single Post
  #4 (permalink)  
Old 06-26-2008, 01:49 PM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,901
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
Originally Posted by Erel View Post
At the end of SelectionChanged event the focus returns to the table. So if we want to move the focus to the textbox we need to use the timer.
Thanks Erel, I hadn't noticed this - I see it now.
Quote:
This rearrangement occurs after MouseMove event.
This took me a while to see. However there seems to be a bug/feature in that clicking on a partially exposed row 11 (last row) actually positions the text box on row 12 (non-existent) rather than on top of the cell on row 11 and clicking on a partially exposed row 11 cell 3 offsets the editbox to the right as well, both somewhat spoiling the effect. Additional tests needed perhaps?
Reply With Quote