1 year ago
#333874
Martin Thompson
How can I "Modularise" or Create a separation of containers within an Winforms application
I'm starting to build a winforms app and it will end up having a lot of different forms for various things. I am using Devexpress controls but I guess this could apply to any WinForms app.
I have a single form which has a devexpress navigation frame on it and this navigation frame is a container of sorts with pages that represent the different "screens" pretty basic and just a prototype. .
One way of doing this is to add screeen after screen to the navigation frame - but that doesn't feel like good practice. I would like to have each "page" of the navigation frame loaded from a separate user control or form so I can keep the code separate and easier to maintain.
How to I achieve that? Maybe I need to rethink what I am doing.
winforms
devexpress
devexpress-windows-ui
0 Answers
Your Answer