- 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
推薦閱讀
- Learning Python Web Penetration Testing
- 大學計算機基礎(第二版)
- 密碼學原理與Java實現
- 控糖控脂健康餐
- .NET 4.0面向對象編程漫談:基礎篇
- QGIS:Becoming a GIS Power User
- Learning DHTMLX Suite UI
- The Complete Coding Interview Guide in Java
- Python編程從0到1(視頻教學版)
- The Professional ScrumMaster’s Handbook
- LabVIEW虛擬儀器入門與測控應用100例
- ASP.NET程序開發范例寶典
- Vue.js 2 Web Development Projects
- Spring+Spring MVC+MyBatis從零開始學
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通