How to add item to the beginning of List? September 14, 2022 by Tarik Use the Insert method: ti.Insert(0, initialItem);