We are creating an XBAP application that we need to have rounded corners in various locations in a single page and we would like to have a WPF Rounded Corner container to place a bunch of other elements within. Does anyone have some suggestions or sample code on how we can best accomplish this? Either with styles on a or with creating a custom control?
|
|
You don't need a custom control, just put your container in a border element:
You can replace the |
||||
|
|
|
Caveat: if you put a single line of text inside a rounded-rectangle border, old people like me will look at it and think, "Macintosh '80s push button!" |
||
|
|
|
|
I know that this isn't an answer to the initial question ... but you often want to clip the inner content of that rounded corner border you just created. Chris Cavanagh has come with an excellent way to do just this. I have tried a couple different approaches to this ... and I think this one rocks. Here is the xaml below:
|
|||
|
|
