- m_genericImpl = new wxGenericListCtrlHook(this, id, pos, size, style, validator, name);
+
+ // since the generic control is a child, make sure we position it at 0, 0
+ m_genericImpl = new wxGenericListCtrlHook(this, id, wxPoint(0, 0), size, style, validator, name);