Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Selection box color #30

Open
tevert opened this issue Apr 15, 2015 · 2 comments
Open

Selection box color #30

tevert opened this issue Apr 15, 2015 · 2 comments

Comments

@tevert
Copy link

tevert commented Apr 15, 2015

There are two DependencyProperties on MultiSelectTreeView that allow you to change the color of the selection box and border.

However, their ownerType is MultiSelectTreeViewItem, and whenever I attempt to style the property I get an error to the tune of "MultiSelectTreeView does not have this property". Can you verify that this is correct? What is the correct way to set those properties?

https://github.com/dg9ngf/MultiSelectTreeView/blob/master/MultiSelectTreeView/Controls/MultiSelectTreeView.cs#L27

https://github.com/dg9ngf/MultiSelectTreeView/blob/master/MultiSelectTreeView/Controls/MultiSelectTreeView.cs#L33

Thanks!

@ygoe
Copy link
Owner

ygoe commented May 14, 2015

Well, would it work to change the owner from the tree view item to the tree view itself?

@tevert
Copy link
Author

tevert commented May 14, 2015

Yes, I'm pretty sure. It looks like a copy-paste error; somebody moved those properties from the treeview item to the treeview without updating them.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants