File Picker vs List box of Clickable items

时间:2019-01-09 22:09:09

标签: .net forms filedialog filepicker

I have to implement an FTP client in a larger application. I want to be able to visualize folders and files and be able to click into folders and select a file. What package should I use to do this? Since there is no file system backing up the data, as it is remote on an FTP server, I don't think I can use a file picker such as Windows.Storage.Pickers. Is there some kind of list box that will allow this?

0 个答案:

没有答案