MultiSelectTreeView icon indicating copy to clipboard operation
MultiSelectTreeView copied to clipboard

Selection box color

Open tevert opened this issue 9 years ago • 2 comments

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!

tevert avatar Apr 15 '15 18:04 tevert

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

ygoe avatar May 14 '15 17:05 ygoe

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.

tevert avatar May 14 '15 18:05 tevert