Click here to Skip to main content
15,919,500 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a window separated by a Border. I want the buttons and other controls on the left side of the border to be enlarged accordingly when the window is maximized.

I am fairly new to graphics programming. It would be great if you could please explain me in simple words about what terms like border, grid, stack panel, page, and viewport mean in wpf.

Any help would be much appreciated. Thanks
Posted
Updated 12-Sep-11 0:53am
v3

1 solution

You can anchor sides of controls to their parent containers by a) setting margins, and b) setting the horizontal and vertical alignment.

You can learn the basics about WPF/Silverlight by purchasing a book, and/or abusing google.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900