ListView Control question
-
Is there any way to identify index of the last visible row of a CListCtrl. Thomas My article on a reference-counted smart pointer that supports polymorphic objects and raw pointers
-
Is there any way to identify index of the last visible row of a CListCtrl. Thomas My article on a reference-counted smart pointer that supports polymorphic objects and raw pointers
Check out CListCtrl::GetTopIndex and CListCtrl::GetCountPerPage. You should be able to calculate the last visible item this way. Cheers.
-
Check out CListCtrl::GetTopIndex and CListCtrl::GetCountPerPage. You should be able to calculate the last visible item this way. Cheers.
Thank you very much :rose: My article on a reference-counted smart pointer that supports polymorphic objects and raw pointers