Hi,I want to add button on everyUltraTreeNode item.I can achieve it on the top node using CreationFilter,because I can use UltraTree.CreationFilter.However there is no such property on UltraaTreeNode.Is there anyway to achieve this ?
It works.So the solution is to create button on every TreeNodeUIElement.
Thanks