欢迎来到天天文库
浏览记录
ID:22371580
大小:67.00 KB
页数:8页
时间:2018-10-28
《mobile开发(列表控件使用)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、Mobile开发(列表控件使用) 本文示例源代码或素材下载 控件分为两部分,其中OHeight = (int)(g.MeasureString(模板, nea, 12, FontStyle.Regular)).Height * 2); 根据对象数组的类别给与不同的图标显示,当然如果没有这个需求,可以删除,只需要绘制文字即可。这里绘制了一个图标,然后一段标题文字,描述当前列表内容。你可以根据需求,自己绘制。if (ParentType != null) { sp = AlphaImage.CreateFr
2、omFile(path + Resources + ParentType + .png); imgIconRect = neTop + 2, 36, 35); bmp.DragIconRect); gOffScreen.Dras[n]).Title, font, neTop + 12); //gOffScreen.Dras[n]).Author, font, neTop + 7); }
3、 else { gOffScreen.Dras[n]).Title, font, neTop + 7); //gOffScreen.Dras[n]).Author, font, neTop + 7); } 使用时注意替换到代码中的对象名称,两个文件都需要替换成你自己的对象名。 下面是加载和刷新控件的用法。在对应的窗体声明一个全局的FontListBox对象和列表对象,然后加载控件以及委托事件。private void F
4、rmImageList_Load(object sender, EventArgs e) { fb = neColors.MenuText; fb.Parent = this; //fb.Focus(); this.Controls.Add(fb); fb.Selected += neInfo(fb_Selected); fb.MovedOn += neInfo(fb_MovedOn); } void f
5、b_MovedOn(MeshPicInfo info, bool othSel) { mesh = info; } 123下一页——感谢阅读这篇文章,..,void fb_Selected(MeshPicInfo info, bool othSel) { mesh = info; FrmImageVieImageVieImageVieesh); frmImageViemary> /// 列表初始化 /// <
6、;/summary> private void InitDataList() { //获取所有文件 fb.ParentType = Mesh; MeshPicInfo[] all_file = Program.all_file; if (!Directory.Exists(Program._SyncPath)) { return; } string[] file
7、s = Directory.GetFiles(Program._SyncPath); foreach (MeshPicInfo picInfo in all_file) { foreach (string str in files) { if (picInfo.Title == str.Substring(str.LastIndexOf() + 1))
此文档下载收益归作者所有