here is my MarkupList code
<MarkupList
id = "scheduleMarkupList"
translation = "[350,348]"
itemComponentName = "ListItemSchedule"
itemSize = "[ 1220, 100 ]"
itemSpacing = "[ 0, 0 ]"
drawFocusFeedback = "true"
visible = "true"
focusBitmapUri="pkg:/images/list_focused.9.png"
vertFocusAnimationStyle = "floatingFocus" />
and the problem is when i add data in it it shows vertically which is great but when i press down key and focus is rapidly going down very well but when last shown item arrives the focus go down to next item which is not currently visible but list do not scroll it up so i can see it.
but focus is working well.
thanks.