377378379380381382383384385386387
items.insertElementAt(item, index); } ListPeer peer = (ListPeer)this.peer; if (peer != null) { peer.addItem(item, index); } } /** * Replaces the item at the specified index in the scrolling list