Hi Experts,
We are designing one form in WPF which will have 5 modes.
Now the question is that should handle these 5 modes in the same form by defining one form enum and manipulating the visibility of the controls. One thing to be noted is that as the mode goes on changing..complexity is going to increase for handling these modes.
Now the second design consideration we got is to go with separate forms for each mode.. which i am not suggesting to my team :-), as this will create maintenance issue.
Please suggest your suggestions.
Thanks and Regards,
Ravi