I have Grid in WPF whose child control I want to clip. I tried setting negative margins for the child control but it keeps going out of the Grid. What can I do to clip out portions of the child control?
I have Grid in WPF whose child control I want to clip. I tried
Share
Use the Clip property of the Child or use
<Grid ClipToBounds="True">