Windows form/WPF too large, how can i split it up?

后端 未结 6 2032
青春惊慌失措
青春惊慌失措 2021-01-01 03:32

I\'m about to create WPF application. So far at uni the only way we have ever done GUIs is to have one main window with one code-behind file for handling its button clicks e

6条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-01 03:47

    In terms of the code-behind files, you could use #region tags to allow you to collapse and expand the different screens... Although, splitting it out logically is a better approach if possible

提交回复
热议问题