The Upgrade Wizard converts these properties into the DirList, DirListCount, and DirListIndex properties of the Microsoft.VisualBasic.Compatibility.VB6.DirListBox control.
VB Migration Partner supports the original List, ListCount, and ListIndex properties, to ensure that migrated code works as intended even if the control is accessed in late-bound mode.
The Scroll event isn’t supported under .NET and it can only be approximated by trapping the SelectedIndexChanged event and by subclassing the window that is created when the dropdown list appears.
VB Migration Partner fully supports this event.