I have a lot of containers with rounded corners that host DataGrids, listboxes, etc..
The problem is that the child containers draw on top of the ParentContainer's rounded corner. See this picture for an example: http://tweetphoto.com/12602585 It doesn't look good. Any clever workarounds. It needs to work for almost all types of children components. I've been playing with masks, but haven't gotten anything to work yet. Thanks.