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

Resize Image in TreeView Node?

1 Answer 159 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 01 Oct 2008, 05:53 PM
What is the CSS tag I need to look for so I can resize an image when loaded into a treeview node? I see the .rtLI, but i am assuming that is for the entire line item. Is that the tag I should use to resize the node?

Daniel

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 02 Oct 2008, 11:02 AM
Hello Daniel,

Please use the following css styles to resize the images of RadTreeView nodes:

.rtImg {  
  width20px;  
  height12px;   
}  

Greetings,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
TreeView
Asked by
Daniel
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or