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://ylbtech.cnblogs.com/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。

SilverLight-3:目录的更多相关文章

  1. AgileEAS.NET SOA 中间件平台5.2版本下载、配置学习(四):开源的Silverlight运行容器的编译、配置

    一.前言 AgileEAS.NET SOA 中间件平台是一款基于基于敏捷并行开发思想和Microsoft .Net构件(组件)开发技术而构建的一个快速开发应用平台.用于帮助中小型软件企业建立一条适合市 ...

  2. AgileEAS.NET SOA 中间件平台 5.2 发布说明-包含Silverlight及报表系统的开源代码下载

    一.AgileEAS.NET SOA 中间件简介      AgileEAS.NET SOA 中间件平台是一款基于基于敏捷并行开发思想和Microsoft .Net构件(组件)开发技术而构建的一个快速 ...

  3. [Q&A] 应用程序清单生成失败

    当在 Silverlight 客户端属性里(如下图),添加"允许在浏览器外运行应用程序"和"在浏览器内运行时需要提升的信任"时, 图1 目录下会自动生成如下两个 ...

  4. 并发编程概述--C#并发编程经典实例

    优秀软件的一个关键特征就是具有并发性.过去的几十年,我们可以进行并发编程,但是难度很大.以前,并发性软件的编写.调试和维护都很难,这导致很多开发人员为图省事放弃了并发编程.新版.NET 中的程序库和语 ...

  5. Silverlight项目笔记7:xml/json数据解析、TreeView、引用类型与数据绑定错误、图片加载、虚拟目录设置、silverlight安全机制引发的问题、WebClient缓存问题

    1.xml/json数据解析 (1)xml数据解析 使用WebClient获取数据,获取到的数据实例化为一个XDocument,使用XDocument的Descendants(XName)方法获得对应 ...

  6. 转载 Silverlight实用窍门系列:1.Silverlight读取外部XML加载配置---(使用WebClient读取XAP包同目录下的XML文件))

    转载:程兴亮文章,地址;http://www.cnblogs.com/chengxingliang/archive/2011/02/07/1949579.html 使用WebClient读取XAP包同 ...

  7. Silverlight实用窍门系列:1.Silverlight读取外部XML加载配置---(使用WebClient读取XAP包同目录下的XML文件))【附带实例源码】

    使用WebClient读取XAP包同目录下的XML文件 我们想要读取XAP包下面的XML文件,需要将此XML文件放在加载XAP包的网页的目录中去,然后使用URI方式读取此URL方式下的XML文件. 首 ...

  8. [SL] Silverlight + WCF Demo项目

    I:项目描述:利用 Silverlight+WCF 技术,模拟资源管理器(如图1)功能,通过地址栏输入本地文件夹路径,然后将解析出来的该目录下所有文件(夹)存储到数据库中,然后再加载到界面上显示出来: ...

  9. XData -–无需开发、基于配置的数据库RESTful服务,可作为移动App和ExtJS、WPF/Silverlight、Ajax等应用的服务端

    XData -–无需开发.基于配置的数据库RESTful服务,可作为移动App和ExtJS.WPF/Silverlight.Ajax等应用的服务端   源起一个App项目,Web服务器就一台,已经装了 ...

  10. 深入理解MVVM模式中Silverlight的Trigger、Action和Behavior及Silverlight的继承机制

    接触Silverlight已经有两三个月了,开始一直感觉他和Winform很相似,拖拖控件就行了,所以一直把经历放在了研究后台和服务器交互和性能优化上面,很少去仔细研究Silverlight的页面.前 ...

随机推荐

  1. DataBase -- Note I

    SQL对大小写不敏感! SQL DML和DDL:可以把SQL分为两个部分:数据操作语言(DML)和数据定义语言(DDL) SQL(结构化查询语言)是用于执行查询的语法.但是SQL语言也包含用于更新.插 ...

  2. PHP高性能开发-多进程开发

    硬件多核时代的软件业以前计算能力的提升一直在摩尔定律的指引下,沿着提升CPU时钟频率这条道路前进,从初期的几十MHz到如今的几GHz.但是,进入2002年以 来,CPU提升主频的困难越来越大,因为主频 ...

  3. img 标签下多余空白的解决方法

    在浏览器中,图片默认的vertical-align是baseline.那么,我们该如何去掉这多余的空白呢? 1)将图片转换为块级 img{display:block;} 2) 设置图片的垂直对齐方式 ...

  4. [bzoj2111][ZJOI2010]Perm 排列计数 ——问题转换,建立数学模型

    题目大意 称一个1,2,...,N的排列P1,P2...,Pn是Magic的,当且仅当2<=i<=N时,Pi>Pi/2. 计算1,2,...N的排列中有多少是Magic的,答案可能很 ...

  5. error LNK2001: 无法解析的外部符号 "public: virtual long __stdcall CBaseFilter(转)

    原文转自 https://www.cnblogs.com/xiongjiaji/archive/2010/12/31/2476565.html 今天用VS2005编译DirectShow程序,发现出来 ...

  6. Use NSArray to specify otherButtonTitles?

    http://stackoverflow.com/questions/1602214/use-nsarray-to-specify-otherbuttontitles UIAlertSheet's c ...

  7. PHPUnit安装(无需PEAR)

    转自:http://www.cnblogs.com/bourneli/articles/2447155.html   phpunit源代码下载:http://pear.phpunit.de/   如何 ...

  8. Appium+python自动化18-brew、carthage和appium-doctor【转载】

    前言 本篇安装brew.carthage,解决启动appium时的报错问题,另外安装appium-doctor检查appium的环境 1.brew 2.carthage 3.appium-doctor ...

  9. blog postman 翻译(2):postman中新增request attributes 的描述(desc)

    blog的原文链接是:http://blog.getpostman.com/2017/06/03/descriptions-for-request-attributes-in-postman/ pos ...

  10. Mac下安装npm,http-server,安装虚拟服务器

    http-server是一个简单的,不需要配置的命令行下使用的http服务器.类似的还有Xampp等. 针对前端开发工程的代码不需要编译的特点,使用这种简单的服务器十分的便利. 1.安装这个首先要安装 ...