Hello again :)
How is it possible to show an icon (e.g. delete/edit) at the end of a row, when the mouse is over the row.
Please see attached screenshot.
Thanks for helping,
Markus
Hello Rob,
thanks. I got the idea but an example would be fine.
See you
Hello Markus,
It's definitely possible. You'll most likely need to retemplate the DataRecordPresenter control and add a hidden button control for deleting after the PART_RecordContentSite. Then add a Trigger that watches for the IsMouseOver property to turn "True" to change the Visibility on the button. I'm putting together a sample to demonstrate this. I will get back to you when it's ready.