Listview/Tileview Focus Problem

Currently, I used tileview and listview feature for my inventory/mission layout.

I am trying to give focus to the first entry of the listview/tileview as soon as the container widget receives the focus. However, at the beginning, on focused event is called before the entry generated event. Is there a proper way to navigate focus along entry widgets?