Sorry I forgot a to paste the most important part.
fe.add_transition_callback( this, "on_transition" );
function on_transition( ttype, var, ttime )
{
//Update filter highlight
for ( local i = 0; i < ui_underline.len(); i++ )
ui_underline[i].visible = false;
ui_underline[fe.list.display_index].visible = true;
}