TigrouMeow
TigrouMeow

Reputation: 3799

Viewbox alternative using Winforms

I'm getting used to WPF and it's sometimes very painful to come back to Winforms development. I'm looking for some kind of alternative to the WPF Viewbox for Winforms. Do you have any idea?

My major issue is that I need to update dynamically the size of the Font used in a Label control and/or a Picture control.

Upvotes: 0

Views: 2346

Answers (1)

NT_
NT_

Reputation: 2670

There is none... Would it be possible to host WPF controls or are you stuck with .NET 2.0? If so, I'm afraid something that dynamically changes your text size will need to be used. Check this post out in this case.

Upvotes: 1

Related Questions