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

Whitespace between treevies nodes

1 Answer 99 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Vadim Simanovsky
Top achievements
Rank 1
Vadim Simanovsky asked on 17 Feb 2009, 11:40 AM
Hello!

I try to create a using RadTreeView control from Telerik.Web.UI ,Version=2008.2.1001.20
I am not able to remove or reduce whitespaces between nodes belonged to the same level.
How can I do this ?

Regards,
Vadim

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 17 Feb 2009, 02:09 PM
Hi Vadim,

Please use the following css styles:

.RadTreeView_Default .rtIn {  
      margin:0 !important;  
      padding:0 !important;  
      padding-top1px !important;  
}  
.RadTreeView_Default .rtSp {  
      height:15px !important;  
}     

If you use different form Default skin, replace "Default" in the styles with its name.

Greetings,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TreeView
Asked by
Vadim Simanovsky
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or