Sorting in the Visual Studio Sandbox Explorer
We're using the RTC 3.0.x Visual Studio client (we don't have the option of using 4.0.x as our server is on 3.0.x). When I open the Sandbox Explorer, it displays the files and folders in an odd way: they're all jumbled together in alphabetical order. For example:
- folder A
- file A
- folder B
- file C
- folder D
I'd like them to be displayed as they are in Windows Explorer. For example:
- folder A
- folder B
- folder D
- file A
- file C
Is there a setting I can change to accomplish this? Is this something worth filing as an enhancement?