Remove TreeViewItem Background and Border
ok, know default blue background , border appears on treeviewitem when hover or click on it. i've been battling 2 days remove or change different, no avail.
any experts out there?
my man justin did in c#: http://blogs.silverlight.net/blogs/justinangel/archive/2009/05/19/silverlight-treeview-advanced-scenarios-treeviewextended.aspx
but it's bogus can't done in xaml.
unless it's totally hardwired in code, guess visual states defined control's template(s).
you should able provide custom template control visual states way want to.
to started, there's sample templates in silverlight documentation. here's treeview related one:
Silverlight > Silverlight Controls and Silverlight Toolkit
Comments
Post a Comment