- 博客(6)
- 资源 (1)
- 收藏
- 关注
翻译 WPF控件学习系列之五---CanvasPanel控件
Canvas Panel<br /> <br />Introduction介绍<br />The Canvas is the most basic layout panel in WPF. It's child elements are positioned by explicit coordinates. The coordinates can be specified relative to any side of the panel usind the Canvas.Left, Canvas.Top,
2011-04-16 20:04:00
2032
翻译 WPF控件学习系列之四---WrapPanel控件
Wrap PanelIntroduction介绍The wrap panel is similar to the StackPanel but it does not just stack all child elements to one row, it wraps them to new lines if no space is left. The Orientation can be set to Horizontal or Vertical.The WrapPanel can be used to
2011-04-16 19:34:00
1559
翻译 WPF控件学习系列之三---GridPanel控件
GridGrid元素是以行和列的形式对内容进行精确定位的最常用布局控件,它的展现类似于HTML语言里面的Table控件。一个单元格对象里面可以包含多个子控件。 Define Rows and Columns (定义Grid元素的行和列)Grid元默认包含一个行一个列,用户要对Grid元素添加行或添加列,需要对Grid元素添加RowDefinition 集合或者 ColumnDefinition命令。下面的例子展示了如何添加两行两列。它的大小设置可以是一个抽象的单位,如百分比或自动填充。
2011-04-16 16:43:00
1594
翻译 WPF控件学习系列之二---DockPanel控件
Dock Panel<br />Introduction介绍<br />The dock panel is a layout panel, that provides an easy docking of elements to the left, right, top, bottom or center of the panel. The dock side of an element is defined by the attached property DockPanel.Dock. To dock
2011-04-16 13:46:00
2125
翻译 WPF控件学习系列---StackPanel控件
WPF StackPanel<br /> <br /><br /> 图1.1<br /> Introduction介绍<br />The StackPanel in WPF is a simple and useful layout panel. It stacks its child elements below or beside each other, dependening on its orientation. This
2011-04-16 11:01:00
2755
原创 心历旅程
一直都想找一个地方安静下来好好学习,但因为工作的原因在外面出差,一直没这个机会。一转眼都出来工作三年啦,觉得第一年学到的东西挺多的,往后两年好像都没什么发展,真该静下来好好想想。
2010-08-24 16:47:00
300
使用C++进行游戏编程
2010-08-23
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人