- Mastering Visual Studio 2017
- Kunal Chowdhury
- 227字
- 2021-07-15 17:26:44
Getting familiar with XAML Designer
When you open an XAML page, the Visual Studio 2017 editor opens it in two different views side-by-side within the same screen. These two views are named as Designer View and XAML View. In the designer view, you will be able to design your UI by drag, drop, resize, and so on and on the other side, the XAML view will allow you to write XAML codes directly to create the UI:

Check out the preceding screenshot to have a glimpse on how the Visual Studio loads the XAML page and provides you the option to change the view as follows:
- Switch to design view: Double-clicking on this icon will change the view to full screen designer view, hiding the XAML editor
- Swap panes: This will allow you to swap the views, left to right (vertical split) or up to down (horizontal split)
- Switch to XAML view: If you double-click on this icon, it will change the view to full screen XAML view, hiding the designer
- Vertical Split: When you do a vertical split, the designer view and the XAML editor view will set side by side (as shown in the preceding screenshot) left and right
- Horizontal Split: When you do a horizontal split, the designer view and the XAML editor view will align top and bottom positions in a stack fashion
推薦閱讀
- Redis Applied Design Patterns
- Developing Mobile Web ArcGIS Applications
- 編寫高質量代碼:改善Python程序的91個建議
- 面向STEM的Scratch創新課程
- Functional Programming in JavaScript
- Java程序設計與實踐教程(第2版)
- C++程序設計基礎教程
- 差分進化算法及其高維多目標優化應用
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- 算法訓練營:提高篇(全彩版)
- JAVA程序設計實驗教程
- 精通MATLAB(第3版)
- Integrating Facebook iOS SDK with Your Application
- AutoCAD 2009實訓指導
- JavaScript程序設計:基礎·PHP·XML