私が抱えている問題は、listview.bakcgroundでソリッドブラシタグとimagebrushタグの両方を使用する方法です。リストビューで画像を背景として設定しましたが、背景に色を設定できませんか?
<ListView.Background>
<ImageBrush ImageSource="Images\ViewIcons\cls.png" Opacity="0.05" />
</ListView.Background>
私が抱えている問題は、listview.bakcgroundでソリッドブラシタグとimagebrushタグの両方を使用する方法です。リストビューで画像を背景として設定しましたが、背景に色を設定できませんか?
<ListView.Background>
<ImageBrush ImageSource="Images\ViewIcons\cls.png" Opacity="0.05" />
</ListView.Background>