So I've been making a Windows Store app. For now, it simply has a bunch of Buttons in a Grid. I want to make it so these Buttons (along with their font size) will scale up/down to accommodate its entire parent. I've tried messing around with http://code.msdn.microsoft.com/windowsapps/Scaling-sample-cf072f4f and while it helped me do some scaling, it didn't help me do what I wanted to. I came from an Android background and am used to easily being able to do this. Can I easily accomplish this on C#/XAML applications?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can use Viewbox class.
|
|||||||||||
|
|