There are a number of additional controls that have no 64bit equivalent, such as treeview and listview.

The treeview control has been replicated using controls that are supported. But I have not seen the same for listview.
Depending upon the features you need from that control, compared to standard listbox, you should be able to build it using frame, labels, images and textboxes. Whether it's worth doing only you will know.