np.
np.

Reputation: 2379

Expression blend like functionality in wpf

I got a canvas which has many uiElements as its children. When i get the xaml and paste it in Expression blend it displays it well. Now when i select a path in blend and resize it by dragging the height of it grows successfully increasing the width and the rest of the coordinates are automatically calculated. I need to give this kind of functionality to my users for the elements on my canvas. Just wondering if any one has any suggestions or links which can help me. Thanks N

Upvotes: 0

Views: 159

Answers (1)

Simon Fox
Simon Fox

Reputation: 10561

You want to look at the Adorner Framework of WPF. That article gives an overview and is a good place to get started.

Here is an Adorner sample that probably does what you want.

Upvotes: 2

Related Questions