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

Changing open and close icon

1 Answer 52 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Todd A
Top achievements
Rank 1
Todd A asked on 07 Dec 2011, 08:42 PM
We are using the Office2010Black skin and the tree view on a white background -- and the opening and closing branch icons don't show up well.  Is there an easy way to use just the open/closing icon from another skin?  or custom icons?  At this point we don't want to change the background color.

Thanks,
Todd.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 08 Dec 2011, 05:48 AM
Hello,

One suggestion is you can change the image of expand/collapse icon.
CSS:
 div.RadTreeView_Black .rtPlus, div.RadTreeView_Black .rtMinus
  {
  background-image: url("Images/editServerButton.gif");
  }
 div.RadTreeView_Black .rtLines .rtTop,
  div.RadTreeView_Black .rtLines .rtMid,
  div.RadTreeView_Black .rtLines .rtBot,
  div.RadTreeView_Black .rtLines .rtLast .rtTop,
  div.RadTreeView_Black .rtLines .rtFirst,
  div.RadTreeView_Black .rtLines .rtFirst .rtUL,
  div.RadTreeView_Black .rtLines .rtLI,
  div.RadTreeView_Black .rtLines .rtFirst .rtUL
  {
      background-image: none;
  }

Thanks,
Princy.
Tags
TreeList
Asked by
Todd A
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or