WPF Timeline Control - wpf

I am looking for a WPF Timeline User Control. I have checked out Blendables Timeline and Animated Timeline control from IdentityMine, but it is rather basic and buggy. I am looking for a timeline control that is similar to the MIT Similie timeline.
http://www.simile-widgets.org/timeline/
What i need to be able to do is add interactive objects to the timeline, for example video, images, etc.
Any ideas?

http://timeline.codeplex.com. Try it.

Related

Displaying Videos in a WPF window

I need to ask you some questions. I'm new in developing with C# and WPF applications and i don't know what to do.
I have a list of links (videos) that are stocked in a data base and i need to display them in wpf window. I have searched in the internet but I didn't found something interesting
Would you please help me with some tutorials or the steps that I need to follow.
This is an example of what i have to do:
Bind an ItemsControl to a list of your video objects, then apply a template to those objects to render them in a MediaElement, you can then customise how the ItemsControl is layed out by customising the ItemsControl.ItemsPanel
Update for swf:
To play swf files, as long as you are happy that you can't control the playback, you can use a WebBrowser, setting the Source property to the .swf file.
<WebBrowser Source="myvideo.swf" />

Paint program controls and components?

What components or 3d party controls exist for creating a paint or canvas based program similar to Photoshop or ArtRage for WinForms and WPF?
You'll want to use the Canvas control. There's an introduction to it here. You can customize the hell out of it using adorners and mouse events as well.

What is the best way to display text, images and 2d wpf animation content?

What is the best way to display text, images and 2d wpf animation content in WPF? I am developing a desktop application which is supposed to display such content in an organized and easily navigable way But i don't know how to display the content. I have considered using Flow document for the text and image but it doesn't provide facilities for wpf animations. I can separate the text image part from the wpf animation but that might make management of resources harder. What is the proper way displaying such content?
PS I am using Expression Blend to design the user interface and to animate some resources and The application is an electronic magazine
I have not used this but FlowDocument has animation
FlowDocument.BeginAnimation Method

Silverlight like login/register control in WPF

If you have created a silverlight business application you will see that in the top righthand corner on the menu is a login hyperlink.
Pressing it opens up a childwindow that displays a login control, within that control is another hyperlink that says "Register" if you press it, it flips the control 180 degrees around from the login control to the register control.
I really like this type of animation and want to do something similar in WPF for a project I am working on. However I am not sure how to do it, has anyone done this or knows where I can find some more information on how to achieve it?
Thank you
3D animations in Silverlight use PlaneProjection, which unfortunately doesn't exist in WPF. You can achieve a similar effect using WPF 3D.
Many pre-made solutions for flipping 3D planes are already available on the web. Some examples:
Thriple
Planerator
FlipControl
Flippable Lists

Thumbnail Grid Control like Windows Explorer

I'm looking for a free WPF control that can show a gird like windows explorer's thumbnail new, rows of images with some info under each thumb, it would be added benefit if it could be switched to detail and list view too but for now the thumbnail view is the most important,
I'm not that familiar with WPF's built-in controls so this might very well exist in the framework (this is my first WPF project)
Thanks,
This StackOverflow topic can help you.

Resources