smithstonian

Stories kicked by smithstonian

WPF Elliptical Layout Control II - 3D Carousel anyone?(iltc.wordpress.com)

submitted by samnoblesamnoble(100) 3 years, 7 months ago

A follow up post to my elliptical layout control which takes it in to the third dimension. The result is a FrameworkElement derived control which takes a collection of UIElements as its content and internally wraps them in Viewport2DVisual3D objects, displaying them in a Viewport3DVisual. Using the elliptical layout code with a few enhancements we essentially have a 3D carousel control where the parameters used to define the imaginary layout ellipse are fully configurable. Source code and a demonstration app are included and free to use for whatever. read more...

add a comment |category: |Views: 1340

tags: another

WPF Elliptical Layout Control(iltc.wordpress.com)

submitted by samnoblesamnoble(100) 3 years, 7 months ago

My first post on my new dev / WPF blog. It talks about the method and design of a 2D content control that positions any child objects as if they were evenly spaced around the edge of an ellipse. The parameters of the ellipse are fully configurable. Source code and a demonstration app are included and free to use for whatever. read more...

add a comment |category: |Views: 136

tags: another

MVC/MVP Framework for WPF(devlicio.us)

submitted by bennagebennage(1150) 4 years, 4 months ago

Rob Eisenberg introduces MVP framework he's been developing for WPF (source code included). read more...

1 comment |category: |Views: 340

tags: another

How to Add Commands to Custom WPF Control(nayyeri.net)

submitted by keyvankeyvan(4086) 5 years ago

Adding new command types or exisiting commands to a custom WPF control is the topic that will be covered in this blog post by Keyvan. read more...

add a comment |category: |Views: 31

tags: another

Family.Show: a new WPF reference sample (blogs.msdn.com)

submitted by smithstoniansmithstonian(15) 5 years ago

Great new WPF reference sample, showing good use of XAML. read more...

add a comment |category: |Views: 33

tags: another

First WPF End-To-End Reference Sample: Family.Show(blogs.msdn.com)

submitted by bszafkobszafko(240) 5 years ago

A great example of how to use WPF with sources included read more...

add a comment |category: |Views: 31

tags: another