.NET手记

.NET学习

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

TreeView

Represents a control that displays hierarchical data in a tree structure that has items that can expand and collapse.
TreeView example

AutoCompleteBox

Represents a control that combines a text box and a drop down popup containing a selection control. AutoCompleteBox allows users to filter an items list.
AutoCompleteBox example

NumericUpDown

Represents a control that enables single value selection from a numeric range of values through a Spinner and TextBox.
NumericUpDown example

DockPanel

Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.
DockPanel example

WrapPanel

Positions child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box.
WrapPanel example

Viewbox

Defines a content decorator that can stretch and scale a single child to fill the available space.
Viewbox example

Label

Represents the text label for a control.
Label example

HeaderedContentControl

The base class for all controls that contain single content and have a header.
HeaderedContentControl example

Expander

Represents a control that displays a header and has a collapsible content window.
Expander example

HeaderedItemsControl

Represents a control that contains multiple items and have a header.
HeaderedItemsControl example

More resources

原文地址:http://www.codeplex.com/Silverlight/Wiki/View.aspx?title=Silverlight%20Toolkit%20Overview%20Part%201&referringTitle=Home&ANCHOR#TreeView

posted on 2008-10-31 17:00  baggiojing  阅读(434)  评论(0编辑  收藏  举报