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
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 {
width: 20px;
height: 12px;
}
Greetings,
Yana
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.