请问,怎样增大list control之间的行距啊?
请问,怎样增大list control之间的行距啊?如图所示:
谢谢了先!!
2006-07-06 22:41

2006-07-07 02:33
2006-07-07 10:27
2006-07-07 16:37
试试插入一列图片,图片的高度设为你想要的高度,这样行高就变高了
[CODE] CImageList imagelist;
ImageList.Create(1, 40, ILC_COLOR, 10, 10);
m_ListCtrl.SetImageList(&ImageList, LVSIL_SMALL);[/CODE]

2006-07-07 18:21
2006-07-08 09:05
2006-07-08 09:09
2006-07-08 12:09
2013-02-04 12:35