Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
Expand icons on the lowest tree level
posted

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>

</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 ?

Thanks
Bartek