I have a couple of list boxes on a Win form, the main one shows duplicates folders (when found) the 2nd one I want to show the current directory in a directory recursion.
The way the List box seems to work is that it shows the root item e.g. Temp but as it delves into the directory it still shows the root item, the only way I can see the rest of the structure is to use the vertical scroll bar at program completion.
It's as though I need to List box to fill from bottom to top.
The code I'm using is the answered comment here Issues with directory get directories access denied exceptions and long paths