1
0
mirror of synced 2024-09-24 11:38:22 +02:00

Sort images in the editor aswell

This commit is contained in:
KillzXGaming 2019-06-09 13:56:52 -04:00
parent 5546d0da24
commit a832b56cb4
4 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -27,6 +27,7 @@ namespace Switch_Toolbox.Library.Forms
ImageList.ColorDepth = ColorDepth.Depth32Bit;
ImageList.ImageSize = new Size(40, 40);
listViewCustom1.LargeImageList = ImageList;
listViewCustom1.Sorting = SortOrder.Ascending;
for (int i = 0; i < Files.Count; i++)
{