是否可以对齐ListView的背景图像?

时间:2010-07-20 15:34:29

标签: c# winforms .net-3.5 listview alignment

我正在C#winforms应用程序中将图像(星形图标)作为背景图像分配给我的listview。

listview1.BackgroundImage = Image.FromFile("star.png");

是否可以对齐图像,使其显示在左上角以外的其他位置?

1 个答案:

答案 0 :(得分:0)

我想要对齐,使用Image属性,而不是BackgroundImage。