I am using wxDataViewCtrl to display a list of items, when I add an item to the control, is it possible to make wxDataViewCtrl auto scroll to the bottom?
Not automatically but you just need to call wxDataViewCtrl::EnsureVisible() to do it.