Michel Keijzers
Michel Keijzers

Reputation: 15367

Rearranging property settings order in Visual Studio 2010

Is it possible in Visual Studio 2010 to rearrange the order of the settings (in the Project/Properties of the project) and then Settings tab.

I only can find the add, delete and edit options.

Upvotes: 1

Views: 703

Answers (2)

toy4fun
toy4fun

Reputation: 849

You can rearrange your settings manually.
Follow this link - http://ppe.blogs.msdn.com/b/zainnab/archive/2010/11/27/change-the-order-of-your-application-settings-vstipproj0024.aspx

Upvotes: 2

kevin628
kevin628

Reputation: 3526

You can sort ascending or descending by clicking the "Name" label at the top of the column for the setting names. Otherwise, no. I wouldn't think order is terribly relevant on the settings screen. That said, you can name your settings carefully to make it easier to navigate the list if you have a lot of settings entries.

Upvotes: 1

Related Questions