Apr 13, 2002 #1 youssef Programmer Mar 13, 2001 96 BE Hi, I use a CListCtrl for displaying a list of sequences to do. For example 10 Events. If my ListCtrl is little I can't show the all events. So, When I execute each Event, I want to show the Event played and the Next. Best Regards
Hi, I use a CListCtrl for displaying a list of sequences to do. For example 10 Events. If my ListCtrl is little I can't show the all events. So, When I execute each Event, I want to show the Event played and the Next. Best Regards
Apr 14, 2002 #2 williamu Programmer Apr 8, 2002 494 GB Use MyListCtrl.EnsureVisible(nIndex, true); This will ensure that the item is in view and scroll the list if required. HTH William Software Engineer ICQ No. 56047340 Upvote 0 Downvote
Use MyListCtrl.EnsureVisible(nIndex, true); This will ensure that the item is in view and scroll the list if required. HTH William Software Engineer ICQ No. 56047340