Grouplist with unfocusable items

Hello,

I have a grouplist where there are image items (dividers):

Code:
<control type="image">
<texture>controls/divider.png</texture>
<height>3</height>
</control>

Navigation stops on such element and cannot go past it. Is there a way to make it work?