You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2022. It is now read-only.
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?
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!
The text was updated successfully, but these errors were encountered: