android-pulltorefresh一个强大的拉动刷新开源项目,支持各种控件下拉刷新,ListView、ViewPager、WevView、ExpandableListView、GridView、ScrollView、Horizontal ScrollView、Fragment上下左右拉动刷新...
分类:
其他好文 时间:
2014-08-13 18:28:57
阅读次数:
475
主要是设置主从表关系前台 '> ' DataMember="rentid"> 后台:...
分类:
其他好文 时间:
2014-08-13 18:07:06
阅读次数:
195
public static void gvexcel(GridView grv, string strcells) { string style = @" .text { mso-number-format:\@; } ";//解决0缺失问题 StringB...
分类:
其他好文 时间:
2014-08-13 17:44:27
阅读次数:
209
dll见附件aspNetPager控件 public void GridViewBinding(int PageSize, string SqlSelect, string FilterString, string ID, int lower, string OrderBy, GridView g....
分类:
Web程序 时间:
2014-08-13 17:41:06
阅读次数:
231
目前包括:Android开源项目第一篇——个性化控件(View)篇 包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar、TextView、ScrollView、TimeView、TipView、Fli....
分类:
其他好文 时间:
2014-08-13 03:31:46
阅读次数:
607
本文为那些不错的Android开源项目第一篇——个性化控件(View)篇,主要介绍Android上那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar及其他如Dialog、Toa...
分类:
移动开发 时间:
2014-08-12 18:35:34
阅读次数:
331
转载自:http://gundumw100.iteye.com/blog/1874545LayoutAnimation干嘛用的?不知道的话网上搜一下。 Android的Animation之LayoutAnimation使用方法有两种用法,我的通常写在代码中,像下面这样: /** ...
分类:
移动开发 时间:
2014-08-12 16:37:54
阅读次数:
413
本文来自http://blog.csdn.net/hellogv/ GridView跟ListView都是比較经常使用的多控件布局,而GridView更是实现九宫图的首选!本文就是介绍怎样使用GridView实现九宫图。GridView的使用方法非常多,网上介绍最多的方法就是自己实现一个ImageA...
分类:
移动开发 时间:
2014-08-12 16:28:44
阅读次数:
223
GridView中根据CheckBox选中的行取出某列的值...
分类:
其他好文 时间:
2014-08-12 13:35:34
阅读次数:
141
1、设置Gridview控件的某列不可编辑this.gridData.gridView1.Columns["change_date"].OptionsColumn.AllowEdit = false;字段:change_date是数据库中字段,是绑定到gridview上的。2、设置Gridview控...
分类:
其他好文 时间:
2014-08-12 13:09:44
阅读次数:
160