Is there a fast and easy way of arranging the folders in MSVC2003's Solution Explorer. At the moment it seems the only way is to move them into a subfolder then move them back in the proper order (as they append to the end of the list). There is no way of arranging them directly like just dragging them into position...

Assuming this structure:
Code:
Source Files
  FolderC
  FolderB
  FolderA
Header Files
  FolderD
I want a direct way of creating this structure:
Code:
Source Files
  FolderA
  FolderB
  FolderC
Header Files
  FolderD
(as an example)