在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
怎么样给ListView控件的Items填加下拉框。
uses CommCtrl; procedure TForm1.Button1Click(Sender: TObject); var R: TRect; begin ListView_GetSubItemRect(ListView1.Handle, 1 {第几个Item}, 2{这个Item的第几个SubItem}, LVIR_BOUNDS, @R); if ComboBox1.Parent <> ListView1 then ComboBox1.Parent := ListView1; ComboBox1.BoundsRect := R end; http://www.cnblogs.com/huangjacky/archive/2009/12/08/1619791.html 还有这一种是绘制的。 【Delphi】超链接效果演示-Delphi编程 这个很老的教程了,讲述 Delphi 6.0 加超链接。这个效果我不是很满意。 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论