标签: c# winforms .net-3.5 listview alignment
我正在C#winforms应用程序中将图像(星形图标)作为背景图像分配给我的listview。
listview1.BackgroundImage = Image.FromFile("star.png");
是否可以对齐图像,使其显示在左上角以外的其他位置?
答案 0 :(得分:0)
我想要对齐,使用Image属性,而不是BackgroundImage。