Hi, Horizontal scroll bar automatically gets added in CListCtrl when data exceeds the list control. The scroll bar moves up, i want it to be down so i can see the last item inserted. Note: due to some i can't use EnsureVisible(counter-1, FALSE); Is there any other way.