Some of the xml layouts in my Xamarin.Android app are located in the Resources/layout-land (along with the Resources/layout) folder for handling rotation. My code works fine, and I can edit it with no problem, but the designer no longer automatically selects the current View in the Designer (it does not display a blue rectangle around the View to match where my cursor is located in the code). I can highlight the View in the Designer by clicking in the Designer or Document Outline, but I would like it to be automatically selected like it is for layouts that have only a default (the ones that have only a copy in Resources/layout). Is this possible? Also, are there any tutorials on how to use the different multi-rotation tools in the Visual Studio 2019 Designer (I noticed that there are several buttons/toolbars in the Designer for layouts that have versions for both orientations)?