WPF treeview with rounded corners

Posted by BrettRobi on Stack Overflow See other posts from Stack Overflow or by BrettRobi
Published on 2010-03-25T16:51:53Z Indexed on 2010/03/25 16:53 UTC
Read the original article Hit count: 439

Filed under:
|

I have a treeview in a UI full of rounded corners, so I'd like the treeview to match. Is it possible in xaml to change the border of a treeview to have rounded corners?

I've thought about hiding the border and putting the treeview inside a rounded rectangle, but this loses real-estate and seems in-elegant.

Any ideas?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about treeview