In its basic form a TV is based on a list, so you just order the list's items in accordance to the desidered effect.
If data are from a DB then use ORDER BY clause in your SELECT statement.
ps: or follow
@Daestrum advice if what you need is just to insert the newest item on top of existing ones (even for an initially empty list).