allengjones

Stories kicked by allengjones

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