/// <summary> /// Refreshes the list items. /// </summary> private void RefreshList() { versionList.TotalItems = Model.MapList.Value.Count; versionList.ForceUpdate(); }