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

RadTimeline - Remove header line using Blend

1 Answer 34 Views
TimeLine
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 07 Jan 2019, 06:56 AM

Hello,

I have radTimeline with some items

I wanted to style the timeline and remove the top line as you can see in attached file(1) - I made a red border around this line

I tried to remove it by Blend, but the style that the blend created had an error

so I commented these lines

 <!--<telerik:TimelineScrollBar.Selection>
                                        <telerik:SelectionRange`1 End="1" Start="0"/>
                                    </telerik:TimelineScrollBar.Selection>-->

but the problem is that now there aren't items on the timeline as you can see in the second attached file (2)

 

Thanks

 

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Martin Ivanov
Telerik team
answered on 09 Jan 2019, 06:04 AM
Hello David,

There is a known issue with extracting the style of the RadTimeline control in Blend (or Visual Studio designer). Some of the ItemsSource settings in the ControlTemplate are missing. What I can suggest you is to go to the Telerik UI for WPF installation folder and find the style there, then copy paste it in your application (along with all required static resources), and modify it.

You can see where exactly to find the styles in the Editing Control Templates article.

Regards,
Martin Ivanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
TimeLine
Asked by
David
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or