tvgrid icon indicating copy to clipboard operation
tvgrid copied to clipboard

Initial focus is not on first item

Open artouiros opened this issue 10 years ago • 1 comments

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.

artouiros avatar Dec 12 '15 07:12 artouiros

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

artouiros avatar Dec 12 '15 15:12 artouiros