tvgrid
tvgrid copied to clipboard
Initial focus is not on first item
When starting application the focus is somehow in center of screen (in soem cases this is 8th item in some cases it is 15 item, depends on how many I have them on screen at the moment) and the focus listener only starts working when Key.Down is presed. After that I can use Key.Right and Key.Left etc.
In you'r sample app the focus is on 5 cell and by presing Down key it goes to 9 cell and then I can press left right top down