Hello,
I'm trying to dynamically create buttons in the Image so when pressed a Dialog shows with custom information in it.
The problem comes when the image is zoomed or dragged because the the buttons I've added are in the grid, not in the zoombox and their position doesn't change. I've searched but didn't find anything like gridPanel.Children.Add(imageButton) for the zoonbox.
Is there a way to add button (or overlay an icon) on multiple areas in the zoombox ?
I'm trying to dynamically create buttons in the Image so when pressed a Dialog shows with custom information in it.
The problem comes when the image is zoomed or dragged because the the buttons I've added are in the grid, not in the zoombox and their position doesn't change. I've searched but didn't find anything like gridPanel.Children.Add(imageButton) for the zoonbox.
Is there a way to add button (or overlay an icon) on multiple areas in the zoombox ?