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

[Solved] Problem with changing the height between rows

1 Answer 67 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Mohammad Abid
Top achievements
Rank 1
Mohammad Abid asked on 10 Dec 2009, 10:25 AM
Hi,
 I am using Rad controls of 2008 version . I need to change the height between rows, i tried changing the style sheets  as  suggested in one of the columns.It is changed only in the 2009 version but in the 2008 version it does not change. Please provide solution for this. 

Thanks
abid

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 14 Dec 2009, 02:21 PM
Hi Mohammad,

Please use the following css styles to set the height:

<style type="text/css">
    div.RadTreeView .rtSp {
        height: 17px;
    }
 
    div.RadTreeView  .rtIn {
        padding: 1px 3px;
    }
     
    div.RadTreeView .rtSelected .rtIn {
        padding: 0 2px;
    }
</style>


Best regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TreeView
Asked by
Mohammad Abid
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or