Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Docs & Resources
Productivity and Design Tools
Hello Anthony,
Yes, you can use custom CSS to override our theme and increase the TreeView item indentation:
<TelerikTreeView Class="more-indent" /> <style> .more-indent .k-treeview-item .k-treeview-item { margin-left: 24px; } </style>
If you remove the custom CSS class, the CSS rule will target all TreeViews.
Regards, Dimo Progress Telerik