码迷,mamicode.com
首页 >  
搜索关键字:scroll bar    ( 8099个结果
NPAPI脚本化接口
http://blog.csdn.net/hgl868/article/details/8576531scriptable接口的实现,与属性有关的函数为HasProperty、GetProperty、SetProperty。在JS中设置属性(以bar为例)用plugin.bar=barvalue;来...
分类:Windows程序   时间:2014-06-04 20:55:19    阅读次数:434
Trapping Rain Water
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:移动开发   时间:2014-06-04 19:15:23    阅读次数:345
浅谈DevExpress<二>:设计一个完整界面(1)
昨天谈了界面的换肤问题,今天拿一个简单的界面来介绍一下怎么设计一个五脏俱全的界面,总体效果如下图(种类的图片随便找的^^): 创建一个winform项目,在上面拉进去一个bar管理器和图片列表: 在菜单栏、工具栏和状态栏中,分别加入菜单、编辑栏、按钮和静态文本: 菜单栏改名并设置好图片: ...
分类:其他好文   时间:2014-06-03 08:20:15    阅读次数:437
Google Chrome: Make the Bookmarks Bar Display as Icons Only
By reducing your bookmarks to show only the icons, you can access more of them from the Bookmarks bar. This works great for sites with recognizable fa...
分类:其他好文   时间:2014-06-02 17:39:03    阅读次数:276
添加条码到WPF文本的条形码控件Actipro Bar Code
ActiproBarCode条形码控件可以直接添加条码到您的任何WPF文本里,如:XPS文档。支持通用的条码类型从Code39到EAN以及UPC.控件包含多种条码显示选项,如:条码标题、值、条码高度、宽度比率,厚度等。该控件是ActiproWPFStudio的子控件,分发完全免费。ActiproBarCode具体功能:..
分类:其他好文   时间:2014-06-02 14:21:44    阅读次数:301
学习IOS开发UI篇--UI知识点总结(三) UIScrollView/UIPageControl/NSTimer
UIScrollView:常用属性@property(nonatomic) UIEdgeInsets contentInset; // default UIEdgeInsetsZero. add additional scroll area around content@prop...
分类:移动开发   时间:2014-06-01 23:53:28    阅读次数:505
LeetCode: Largest Rectangle in Histogram [084]
【题目】 Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histogram. Above is a histogram where width of each bar is 1, given height = [2,1,5,6,2,3]. The...
分类:其他好文   时间:2014-06-01 10:46:29    阅读次数:242
JS中简单的this学习
我在学习JS初期,在使用this的时候经常出现问题,当然就是在现在,也有一些场景不能很好的明白this到底指代的是什么?看下面一个例子: var x = 10; var foo = { x: 20, bar: function() { a...
分类:Web程序   时间:2014-05-31 19:18:38    阅读次数:358
小议ActionBar
ActionBar,顾名思义,小伙伴们,你们想到了什么呢? 嘿嘿,其实就是一个可以代替以前类似于iPhone手机导航栏效果的title在Android手机界面的位置的一种bar的设计! 有几个事注意点哦! 不能设置界面全局和没有标题哦!这样的话,actiobar找不到自己生存的空间,就会死掉。 .....
分类:其他好文   时间:2014-05-31 17:29:04    阅读次数:395
UIView的autoresizingMask属性的使用
在iOS应用的开发过程中,经常会使用,setFrame的方式对UIView进行布局,经常会使用计算的方式,如self.view.bounds.size.height - 20-44- Heignt等来计算Y的相对位置我们知道上边的数字 20是status bar的高度,44是navigationBa...
分类:其他好文   时间:2014-05-31 15:09:59    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!