以下关于ListView的XML属性的描述错误的是()
第1题:
A.系统完全控制Activity的整个生命周期
B.一个Android程序中只能拥有一个Activity类
C.Activity类都必须在Androidmaniefest.xml中进行声明
D.Activity类必须重载onCreate方法
第2题:
ListView控件在显示项目列表时总带有一个图标。
第3题:
下面对于ListView控件说法错误的为()
第4题:
ListView是常用的()类型控件。
第5题:
在AndroidManifes.xml中描述一个Activity时,该Activity的label属性是指定什么()
第6题:
公司要求开发一个继承System.Windows.Forms.ListView类的组件,要求达到以下的特殊功能:点击ListView各列列头时,能按照点击列的每行值进行重排视图中的所有行(排序的方式如DataGrid相似)。根据您的知识,请简要谈一下您的思路
第7题:
You are implementing an ASP.NET page that will retrieve large sets of data from a data source. You add a ListView control and a DataPager control to the page. You need to ensure that the data can be viewed one page at a time. What should you do?()
第8题:
ListView与其他的UI控件相同,在XML布局文件中通过
直接让Activity继承自ListAdapter,可以将ListView填充满整个Activity。
在XML布局代码中将ListView的位置设为占满整个Activity,可以将ListView填充满整个Activity。
把ListView放在布局控件中,让其只占界面的某一部分。
第9题:
对
错
第10题:
指定Activity的图标
指定Activity的显示图标
指定Activity和类相关联的类名
指定该Activity的唯一标识
第11题:
match_parent
fill_parent
wrap_parent
match_cotent
第12题:
Items.Add
Items.Insert
Items.Remove
Items.Clear
第13题:
下列关于XML布局文件在Java代码中被引用的说明中,不正确的是?()
第14题:
要向ListView控件中插入一个项目,需要调用控件的()方法。
第15题:
自定义ListView数据源Adapter时可以继承的类有哪些()。
第16题:
ListView与Cursor提供的数据进行绑定时使用()。
第17题:
给ListView设置适配器的方法是()。
第18题:
Which property of the ListView class is used to get/set the name of the data field whose value exclusively identifes every data row of a ListView when the ClientIDMode property is set to Predictable?()
第19题:
LayoutTemplate定义了ListView控件的主要布局,必须包含一个充当数据占位符的控件
GroupTemplate定义了ListView控件中一组数据的布局方式,必须包含一个充当数据占位符的控件
使用ListView控件时,至少需要编辑LayoutTemplate、GroupTemplate和ItemTemplate3个模板。
LayoutTemplate和GroupTemplate模板中的占位符控件必须是一个服务器端控件
第20题:
按钮
图片
列表
下拉列表
第21题:
SmallIcon
LargeIcon
List
Details
第22题:
Set the DataPager control’s PageSize property to the number of rows to view at one time.
Set the DataPager control’s PagedControlID property to the ID of the ListView control.
In the code-behind file, set the DataPager control’s Parent property to the ListView control.
In the code-behind file, set the ListView control’s Parent property to the DataPager control.
第23题: