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. HDU - 5919 Sequence II

    题意: 给定长度为n的序列和q次询问.每次询问给出一个区间(L,R),求出区间内每个数第一次出现位置的中位数,强制在线. 题解: 用主席树从右向左的插入点.对于当前点i,如果a[i]出现过,则把原位置 ...

  2. task [最大权闭合子图]

    题面 思路 其实仔细读透就发现,是一个最大权闭合子图的模型 套进网络流里面就挺好做的了 可以选择重载这道题里面的一些运算(加减,取最小值),这样比较方便 Code #include<iostre ...

  3. [bzoj] 1036 Count

    原题 树链剖分板子题 树剖详解: #include<cstdio> #include<algorithm> typedef long long ll; #define N 30 ...

  4. centos 7 服务器网卡做bond

    前期环境准备 [root@ /root] alibaba cloud#cat /etc/redhat-releaseCentOS Linux release 7.4.1708 (Core)[root@ ...

  5. es6+最佳入门实践(3)

    3.数组扩展 3.1.扩展运算符 扩展运算符用三个点(...)表示,从字面上理解,它的功能就是把数组扩展开来,具体形式如下: let arr = [1, 2, 3]; console.log(...a ...

  6. Velocity模版使用

    <!-- https://mvnrepository.com/artifact/org.apache.velocity/velocity --> <dependency> &l ...

  7. centos7配置环境LNMP

    #yum安装epel-release第三方软件包 yum install epel-release #要验证EPEL仓库是否建立成功 yum repolist xshell访问系统出现中文乱码的解决方 ...

  8. Java并发容器--ConcurrentLinkedQueue

    概述 ConcurrentLinkedQueue是一种基于链表实现的无界非阻塞线程安全队列,遵循先入先出规则. 线程安全队列有两种实现方式: 阻塞方式:对入队和出队操作加锁.阻塞队列. 非阻塞方式:通 ...

  9. XAudio2播放PCM

    XAudio2 是一个跨平台的API,在Xbox 360及Windows中得到支持.在Xbox 360上, XAudio2作为一个静态库编译到游戏可执行文件中.在Windows上,XAudio2提供一 ...

  10. tomcat 异常:Caused by: org.apache.catalina.LifecycleException: The connector cannot start since the specified port value of [-1] is invalid

    启动tomcat时出现异常: org.apache.catalina.LifecycleException: Failed to start component [Connector[AJP/1.3- ...