I've got a question regarding the ScatterViewItem
control in WPF surface.
I want to have an image in the control -- which I can do -- but I also want to have more controls in the same ScatterViewItem, like a delete button.
Now I am stuck on how to get multiple elements in a ScatterViewItem control. I tried a Canvas
, but that didn't look quite right, since you cant play with the image like you can with the ScatterViewItem control.
Does anyone have ideas or code that can help me?