Remove item from VirtualList

Hi,

items.remove(question);
virtualList.setItems(items);

Is there a better way to remove an item from a VirtualList?