Is it possible to move classes up or down you create that located in the Folder?
I am talking about Solution Explorer in VS, where you see all the files from the project.
So for example I have a folder and in that folder I have classes and I want them to be in different order, is there any way to do it?
I tried to drag and drop but an error message pops up saying its already located in the same location.
Loading
SenthilkumarPosted Mar 28, 2012, 12:00 AM
I do not think, You do not have any control to rearrange the files.
Because they are arranged in the ascending order. You cannot drag and drop the file in the different position.
It will popup error message with "Cannot move classname.The destination folder is same as the source folder".
Only solution to solve this is change the file name. It will sort in 0-9, a-z order.
Prime bPosted Mar 28, 2012, 12:31 AM