码迷,mamicode.com
首页 >  
搜索关键字:expander    ( 36个结果
Expander
实现折叠列表的效果 效果如下: ...
分类:其他好文   时间:2017-12-30 23:43:39    阅读次数:345
如何优雅的拔盘?
如何优雅的拔掉 /dev/sdl? ...
分类:其他好文   时间:2017-12-25 15:00:23    阅读次数:169
场景下开发-angular-directive
.directive('expander', function() { /* expander() restrict: E,A,C,M(元素,属性,样式,注释) transclude:true替换 compile(编译)和link(连接) */ var scope ={title : '=expan... ...
分类:其他好文   时间:2017-08-11 13:38:23    阅读次数:160
jquery datatable显示隐藏子表
<table id="parentTable"> <thead> <tr> <th></th> <th>Values</th> <th>Number</th> <th>Other</th> </tr> </thead> <tbody> <tr> <td><span class='expander'> ...
分类:Web程序   时间:2017-06-30 17:12:28    阅读次数:583
2-8 指令
2-8 指令 内容简介 解析最简单的指令hello:匹配模式restrict 解析最简单的指令hello:template、templateUrl、$templateCache 解析最简单的指令hello:replace与translude comile与link(操作元素、添加css样式、绑定事件 ...
分类:其他好文   时间:2017-03-06 21:07:13    阅读次数:279
wpf 列表、菜单 收起与展开,通过Grid DoubleAnimation或者Expander实现
菜单收缩有很多种方法具体如何实现还是看个人想法: 第一种通过后台控制收起与展开: 效果图: 代码 : <Grid> <Grid.ColumnDefinitions> <ColumnDefinition x:Name="cd" Width="154"/> <ColumnDefinition /> </ ...
分类:Windows程序   时间:2016-12-21 16:01:19    阅读次数:4137
可以折叠的按钮
<Grid> <Grid.RowDefinitions> <RowDefinition></RowDefinition> <RowDefinition></RowDefinition> </Grid.RowDefinitions> <Expander Header="可以折叠" Name="expa ...
分类:其他好文   时间:2016-08-31 22:33:46    阅读次数:281
WPF 自定义Expander
1、 <Expander IsExpanded="True" Grid.Row="1" Cursor="Hand" Template="{DynamicResource ExpanderControlTemplate1}"></Expander> 2、 <ControlTemplate x:Key= ...
分类:Windows程序   时间:2016-08-27 00:16:08    阅读次数:1691
根据Expander的IsExpanded属性值的变化动态设计Control的size
简要说明: 当Expander 的IsExpanded属性为“True” 时给控件设个尺寸(此处为高度),当为“False”时给控件设另外一个值。 知识点:数据绑定、Style和Trigger <Grid> <Grid.RowDefinitions> <RowDefinition> <RowDefi ...
分类:其他好文   时间:2016-06-27 23:07:00    阅读次数:184
wpf控件
1,Expander 2、Decoration(修饰控件) 常用的修饰控件有Border, Viewbox, and BulletDecorator等 border viewBox BulletDecorator 运行结果如下 ...
分类:Windows程序   时间:2016-04-25 11:37:20    阅读次数:221
36条   上一页 1 2 3 4 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!