SilverLight-3:目录

简介:
ylbtech-SilverLight-Index:

 

1.A,返回顶部 Layout
The Layout Containers
-
  • The Panel Background
  • Borders
 
Simple Layout with the StackPanel
-
  • Layout Properties
  • Alignment
  • Margins
  • Minimum, Maxmum, and Explicit Size
 
The WrapPanel and DockPanel
-
  • The WrapPanel
  • The DockPanel
 
The Grid
-
  • Fine-Tuning Rows and Columns
  • Nesting Layout Containers
  • Spanning Rows and Columns
  • The GridSplitter
 
Coordinate-Based Layout with the Canvas
-
  • Layering with ZIndex
  • Clipping
 
Custom Layout Containers
-
The Two-Step Layout Process
The UnifromGrid
 
Sizing Pages
-
  • Scrolling
  • Scaling
  • Full Screen
 
The Last Word
1.B,返回顶部 Data Binding
Binding to Data Objects
-
  • Building a Data Object
  • Displaying a Data Object with DataContext
  • Storing a Data Object as a Resource
  • Editing with Two-Way Bindings
  • Validation
  • Change Notification
  • Builiding a Data Service
  • Calling the Data Service
 
Binding to a Collection of Objects
-
  • Displaying and Editing Collection Items
  • Inserting and Removing Collection Items
  • Binding to a LINQ Expression
  • Master-Details Display
 
Data Conversion
-
  • Formatting Strings with a Value Converter
  • Creating Objects with a Value converter
  • Applying Conditional Formatting
 
Data Templates
-
  • Separating and Reusing Templates
  • More Advanced Templates
  • Changing Item Layout
 
The Last Word
1.C,返回顶部 Data Controls
Better Data Forms
-
  • The Goal: Data Class Markup
  • The Label
  • The DescriptionViewer
  • The ValidationSummary
Data Annotations
-
  • Raising Annotation Errors
  • The Annotation Attributes
  • Web Service Type Sharing
The DataGrid
-
  • Creating a Simple Grid
  • Resizing and Rearranging Columns
  • Defining Columns
  • Formatting and Styling Columns
  • Formatting Rows
  • Row Details
  • Selection
  • Sorting
DataGrid Editing
-
  • Editing with Templates
  • Validation and Editing Events
 
The PagedCollectionView
-
  • Sorting
  • Filtering
  • Grouping
  • Paging
 
The TreeView
-
  • Filing a TreeView
  • A Data-Bound TreeView
 
The Last Word
1.D,返回顶部 Isolated Storage
Understanding Isolated Storage
-
  • The Scope of Isolated Storage
  • What to Put in Isolated Storage
 
Using Isolated Storage
-
  • Opening an Isolated Store
  • File Management
  • Writing and Reading Data
  • Requesting More Space
  • Storing Objects with XmlSerializer
  • Storing Application Settings
 
 
The File Dialogs
-
  • Reading Files with OpenFileDialog
  • Writing Files with SaveFileDialog
  • Transmitting Files with a Web Serivce
The Last Word
1.E,返回顶部
1,
2,
3,
4,
1.F,返回顶部
1,
2,
3,
4,
1.G,返回顶部
1,
2,
3,
4,
1.H,返回顶部
1,
2,
3,
4,
1.R,返回顶部
1,
2,
3,
4,
本文转自ylbtech博客园博客,原文链接:http://www.cnblogs.com/ylbtech/p/3418221.html ,如需转载请自行联系原作者
相关文章
|
2月前
|
C#
C# Winform 选择文件夹和选择文件
C# Winform 选择文件夹和选择文件
44 0
|
C#
WPF中查看PDF文件
原文:WPF中查看PDF文件 需要打开PDF文件时,我们第一印象就是使用Adobe Reader。在开发中,经常会遇到需要展示PDF文件的需求。我们会借助于Adobe Reader的Active控件来实现。
1660 0
|
Web App开发
Chrome的插件扩展程序安装目录是什么?在哪个文件夹?
正常情况下,Chrome插件扩展程序的默认安装目录如下: 1.windows xp中chrome插件默认安装目录位置: C:\Documents and Settings\用户名\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions 2.
39484 2
艾伟:Silverlight 2应用程序中XAP文件揭秘
概述 XAP文件是Silverlight 2应用程序编译打包后的一个文件,它是一个标准的zip压缩文件,包括了Silverlight 2应用程序所需的一切文件,如程序集、资源文件等。 本文将对Silverlight中的XAP文件进行详细的说明。
989 0
|
图形学
Unity 特殊文件夹
Editor: 文件夹中的脚本主要用来扩展Unity编辑器功能。这些脚本不会被打包进最终发布的游戏中。可以存在多个Editor文件夹,此文件夹中的脚本不能当GameObject的组件。 Editor Default Resources 使用Editor文件夹拓展编辑器功能时,可以用EditorGuiUtility.
1805 0
|
Windows
背水一战 Windows 10 (86) - 文件系统: 获取文件夹的属性, 获取文件夹的缩略图
原文:背水一战 Windows 10 (86) - 文件系统: 获取文件夹的属性, 获取文件夹的缩略图 [源码下载] 背水一战 Windows 10 (86) - 文件系统: 获取文件夹的属性, 获取文件夹的缩略图 作者:webabcd介绍背水一战 Windows 10 之 文件系统 获取文...
1097 0
|
C#
在 WPF 中使用 Path 路径
原文:在 WPF 中使用 Path 路径 在 WPF 中总会修改 Button 的 Style,比如一个自定义的 Close 按钮。刚入门的可能会用一张 PNG 格式的图片来做这个按钮的 Icon,但这个是不优雅的。
1716 0