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. PHP实现RSA签名生成订单功能【支付宝示例】

    //组合签名 $a=time(); $b=substr($a, 1); //生成随机订单号 $orderid= $b.mt_rand(10000,99999); //合作身份者id,以2088开头的1 ...

  2. CSS 3中细线边框如何实现?

    在app应用开发中,我们常常都需要用到css3来设置应用的样式.由于app都是在移动设备上进行展示,所以边框描边的线一般都小于1px,而以往我们使用的都是1px及以上的.那么问题来了,对于小于1px的 ...

  3. [洛谷P4630][APIO2018] Duathlon 铁人两项

    题目大意:给一张无向图,求三元组$(u,v,w)$满足$u->v->w$为简单路径,求个数 题解:圆方树,缩点后$DP$,因为同一个点双中的点一定地位相同 卡点:1.$father$数组开 ...

  4. echarts异步加载

    echarts体积很大,在移动端使用异步加载是一种提高渲染速度的方法,结合webpack的做法如下: require.ensure([], function(require){ const echar ...

  5. 【BZOJ 5000 OI树】

    Time Limit: 10 Sec  Memory Limit: 128 MBSubmit: 107  Solved: 64[Submit][Status][Discuss] Description ...

  6. [学习笔记]Senparc.CO2NET 缓存使用笔记

    >笔记1:如果需要调用远程的Redis,那么您需要2步 步骤1: 在项目的web.config文件中配置 <!-- Cache.Redis连接配置 --> <add key=& ...

  7. 《机器学习实战》读书笔记—k近邻算法c语言实现(win下)

    #include <stdio.h> #include <io.h> #include <math.h> #include <stdlib.h> #de ...

  8. Android应用开发EditText文本内容变化监听方法

    import android.app.Activity; import android.os.Bundle; import android.text.Editable; import android. ...

  9. C语言浮点数存储方式

    对于浮点类型的数据采用单精度类型(float)和双精度类型(double)来存储,float数据占用 32bit,double数据占用 64bit.其实不论是float类型还是double类型,在计算 ...

  10. Custom Email Attribute在客户端不起作用原因

    原文发布时间为:2011-07-16 -- 来源于本人的百度文章 [由搬家工具导入] Custom Email Attribute在客户端不起作用原因,就是未实现 IClientValidatable ...