| 387 | |
| 388 | |
| 389 | void SListView::UpdateVisibleItem(int iItem) |
| 390 | { |
| 391 | SASSERT(m_lvItemLocator->IsFixHeight()); |
| 392 | SItemPanel * pItem = GetItemPanel(iItem); |
| 393 | SASSERT(pItem); |
| 394 | m_adapter->getView(iItem,pItem,m_xmlTemplate.first_child()); |
| 395 | } |
| 396 | |
| 397 | |
| 398 | void SListView::OnSize(UINT nType, CSize size) |
nothing calls this directly
no test coverage detected