TTIWAdvTreeView

Can you make sure the default images that are used to display the symbol and lines are located in the wwwroot/files folder of your application?


If not, you can find these files in the TMS IW FeaturesDemo.
The filenames are:
treeview-default.gif
treeview-default-line.gif

Hi Bart 

Thanks 
for all your help . That solved he problem
regards

ettienne

Hi Bart is there a way that i can change the colour of the node being inserted. 


regards

ettienne

There is no built-in functionality to change the font color, but you can use HTML tags as an alternative:


Example:
   Node.Text := '<font color="red">' + Node.Text + '</font>'

Thanks Bart 


Hi Bart


I have another question. 
Once i clicked on a node the tree redraws but it goes to top of the Scroll. How do move or set focus to the node i clicked on. This only happens when the tree scrolls past the region.

regards
ettienne

The node is still highlighted but it does not scroll back to the original node once the tree redraws

Thanks 

i found it scroll to selected node