hi guys,
I'm developing a graph control in WPF. i need to place a canvas on top of another. one canvas contains the grid lines and the other canvas draws the objects on it. reason for using this is i need to remove the elements from objects canvas and redraw it again, but need to keep the grid lines without removing them. so i remove the children from object canvas and redraw it time to time. if i use the same canvas when i remove the objects the gridlines also disapere. guys is there any way to place one canvas on top of another? or is there any other solution for my problem? please help.
regards, rangana.