Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
Show a delete icon on mouse over.
posted

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

Parents
  • 34510
    Offline posted

    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.

Reply Children