Hi,
I have a problem with Expand '+' buttons in an ultrawebtree. The problem is that they are still displayed at the lowest level of the tree. I am using LoadOnDemand set to AutomaticSmartCallbacks and binding tree with xml like:
<Node Tag="Controls" Text="Radio">
<Node Tag="Control" Text="Label" > <Property Tag="Property" Text="HTMLID" />
</Node>
I was trying to use ShowExpand, but it seems it doesn't change anything. Do I have to use ManualSmartCallbacks to remove those expand icons ?ThanksBartek
Maybe I will ask other question...is it possible to hide expand icon "+" at the lowest level in a tree with LoadOnDemand set to AutomaticSmartCallbacks ? Or this in fact should happen, but it's not happening in my case due to some code error ?
node.ShowExpand = false;Dan