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

Hight

3 Answers 79 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Issac
Top achievements
Rank 1
Iron
Issac asked on 16 Apr 2012, 07:41 PM
Is there a way to control height between nodes in a TreeList?

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 Apr 2012, 09:18 AM
Hi Issac,

I suppose you want to change the height of nodes in a RadTreeList. Please try the following css by overriding the default css.

CSS:
<style type="text/css">
  .RadTreeList .rtlHVBorders .rtlR td.rtlCF , .RadTreeList .rtlHVBorders .rtlA td.rtlCF
      {
          height:50px !important;
      }
</style>

Hope this helps.

Thanks,
Princy.
0
Issac
Top achievements
Rank 1
Iron
answered on 17 Apr 2012, 02:02 PM
Thank you Princy,

This did not help.
I tried increasing and decreasing the number, also tried without "!important", with no luck.

 
0
Issac
Top achievements
Rank 1
Iron
answered on 17 Apr 2012, 09:20 PM
Sorry, was using TreeView not TreeList, please disregard.
Tags
TreeList
Asked by
Issac
Top achievements
Rank 1
Iron
Answers by
Princy
Top achievements
Rank 2
Issac
Top achievements
Rank 1
Iron
Share this question
or