user1632018
user1632018

Reputation: 2555

Changing window size using the expression blend visual designer?

I am having some trouble figuring out how exactly I resize my WPF form in blend using the visual designer. Any controls I have no issue resizing them, although with a form the only way I can do so is by setting the xaml code behind to increase it, it is the only way I can even make the form activly selected so I can do anything with it. I must be missing something crucial.

Can anyone help me out?

Upvotes: 1

Views: 573

Answers (1)

Shmwel
Shmwel

Reputation: 1697

If you use Expression Blend 4 (as you said) you should:

  • Select the Window element in Objects and Timeline
  • In the Layout section of the Properties panel
  • Set the Width and Height as you want.

Upvotes: 1

Related Questions