I've got a settings page built up in C# and I'd like to customize it in 2 ways.
- I'd like the different settings to be sorted in a particular order that is not alphabetic
- I'd like to enable/disable the editing of certain settings based off of the values of other settings.
Is it possible to do this with a settings page or do I need to design a custom control?
Thanks!