Is it possible to add File as a child of another file in Visual Studio except manually editing project file? I already have MyView.xaml.cs file as a child of MyView.xaml but would like to have MyviewModel.cs as well as a child of MyView.xaml.
MyView.xaml
|_MyView.xaml.cs
|
|_MyviewModel.cs