Blog 42
  • Home
  • About
Sign in Subscribe

WPF

A collection of 3 posts
Combine Multiple ViewModels in WPF
WPF

Combine Multiple ViewModels in WPF

I just helped a colleague of mine with a tricky task: * The user chooses from a drop down on View 1 * Based on that choice, data and controls in View 3 need to be adjusted The task description is straight forward and basically resembles any slightly more complicated wizard. Unfortunately,
26 Mar 2018 2 min read
Simple Zoom for WPF Controls
C#

Simple Zoom for WPF Controls

Recently, I had to implement a zoom - in / out - functionality into a WPF application. After some research I found out that there is a RenderTransform on the Grid-Control. Here you can define a ScaleTransform which is able to scale everything in the grid by a value of type
12 Aug 2012 3 min read
How To Stop a Storyboard
C#

How To Stop a Storyboard

I have an application with a storyboard, which turns a icon that indicates that the application is currently busy. Because I don't have any chance to know, how long the application will be busy, the RepeatBehavior on the application is set to Forever and I have to stop
12 Aug 2012 1 min read
Page 1 of 1
Blog 42 © 2025
Powered by Ghost