heribertolugo / FileList

List all files in a given directory, and provide the option to copy or move selected files.
1 stars 0 forks source link

Create Batch Update For TreeView #81

Open heribertolugo opened 2 years ago

heribertolugo commented 2 years ago

Currently the treeview is updated for each file found. We should submit 1 update with all files in current directory, using the treeview BeginUpdate and EndUpdate.