I started copying over these dialog forms from the source code, and now I am in 10 levels deep into grabbing every class needed to run these dialog forms. Is there a smarter way to do this, find all the dependencies?
So I was thinking of trying to fake out these dialog forms, by making a copy of the listview at runtime, removing the columns I don't want, and then basing the dialog popup on that. Then upon closing it, copy the sort options to the first listview. Any thoughts on code to do this?