Hi Honey,
- create library project for user controls
- create user control
- compile library assembly (without errors)
- build library assembly
- in main project add reference to library dll
- include user control in MainWindow (or Page)
- after you edit user control you must compile (without errors), rebuild library assembly and only then refresh designer view of MainWindow (or Page)