This is a migrated thread and some comments may be shown as answers.

custom images

1 Answer 80 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 24 Nov 2008, 05:42 PM
Im dynamically creating treeview nodes at runtime and am using the ImageURL property to set a different image for each node.
I dont want to have the main '+'  and '-' icons to appear, is there a way to 'switch them off'  ??

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 25 Nov 2008, 06:53 AM
Hi,

You can hide the plus/minus images using the following approach.

css:
div.RadTreeView .rtMinus, 
div.RadTreeView .rtPlus 
display: none; 

Hide TreeView Images

Shinu
Tags
TreeView
Asked by
mww
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or