I noticed that the field associated with the ValuePath seems to affect that size of the TreeMapNode.
According to the documentation ValuePath -> property Gets or sets the value path. It is the name of the property which is bound to the value of the treemap item.
But Value is normally associated with the key to an item. I believe it should not be used to control the size of the TreemapNode. Is there another property that can be used or some code behind to control this. I was hoping there was something like a SizeMapper.
Any suggestions would be greatly appreciated.
rtom,
Can you provide some more information about what you want to accomplish.
I realized this aftrer the post.
I guess I was expecting a mapper to control the size of the nodes. It is doing as expected.
Thanks