第一部分 个性化控件(View)主要介绍那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar及其他如Dialog、Toast、EditText、TableView、Activit...
分类:
移动开发 时间:
2014-08-01 19:01:12
阅读次数:
386
1.添加PopupMenuShowing事件2.PopupMenuShowing事件中的代码如下:private void gridView1_PopupMenuShowing(object sender, DevExpress.XtraGrid.Views.Grid.PopupMenuShowin...
分类:
其他好文 时间:
2014-08-01 18:36:53
阅读次数:
468
From:http://www.jayway.com/2012/10/04/how-to-make-the-height-of-a-gridview-wrap-its-content/ 如果把GridView放到一个垂直方向滚动的布局中,设置其高度属性为 wrap_content ,则该GridV....
分类:
移动开发 时间:
2014-08-01 15:45:21
阅读次数:
337
package?com.example.test;
import?android.app.Activity;
import?android.content.Context;
import?android.graphics.Color;
import?android.os.Bundle;
import?android.view.Gravity;
import?android.v...
分类:
移动开发 时间:
2014-08-01 13:59:21
阅读次数:
2035
package?com.example.test;
import?android.content.Context;
import?android.util.AttributeSet;
import?android.util.Log;
import?android.view.MotionEvent;
import?android.view.ViewConfiguration;
i...
分类:
移动开发 时间:
2014-08-01 11:02:22
阅读次数:
372
在很多DevExpress的使用例子里面,我们可以看到,基于GridView实现的不同控件展示的时候,每一列的控件类型都是一样的,如果我要某一列的一行让用户可以从下列列表选择选项,而其他行不可选择,那我们可以实现这种效果吗,应该如何实现?1、GridView实现的显示效果例如下面的效果就是我希望达到...
分类:
其他好文 时间:
2014-07-31 23:39:00
阅读次数:
291
Unfortunately, after looking at the source code, I could not see any easy way to add borders other than taking the approach of adding borders to the e...
分类:
其他好文 时间:
2014-07-31 23:18:30
阅读次数:
258
大概思想就是:既然在GridView里没有设置的方法,那就直接加在item里,在通过别的方法改变item的显示效果,从而达到设置分割线的方法~废话不多说~下面详细的介绍:首先是GridView的布局,android:numColumns=”3″ 每行三列 接下来是item的布局 ...
分类:
其他好文 时间:
2014-07-31 23:16:20
阅读次数:
506
1.将整GridView的数据导出到Excel中关增加一个效果线做美化最新的GridViewExport操作类using System.Data;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Sy...
分类:
其他好文 时间:
2014-07-31 19:51:47
阅读次数:
216
原文地址:GridView真分页全套复用代码作者:jacland1、页面部分:' ReadOnly="true" Width="250">">第一页' CommandName="Page" Enable="">上一页' CommandName="Page" Enable="">下一页' Comman...
分类:
其他好文 时间:
2014-07-31 12:37:46
阅读次数:
305