Apr 13, 2002 #1 youssef Programmer Joined Mar 13, 2001 Messages 96 Location 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 Joined Apr 8, 2002 Messages 494 Location 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