This is my XAML:
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="720" Width="1200" WindowStyle="None" >
How should I do now to make it automatically resize depending on window size? I don't know where to start...
Thanks!
Thanks!
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishnujeet KumarPosted Feb 4, 2013, 5:35 AM
http://www.c-sharpcorner.com/UploadFile/0b73e1/different-types-of-panels-in-xaml-layout/
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" >
DannyPosted Feb 4, 2013, 2:06 PM