gridlength Questions

1

Solved

Can anyone explain the difference between using: GridLength length = new GridLength(0, GridUnitType.Auto) and GridLength length = new GridLength(1, GridUnitType.Auto) My limited knowledge ...
Ternary asked 31/7, 2013 at 15:26

1

Solved

I create some control in codebehind and would like to set its size dynamically. I can assign numerical values as well as System.Windows.GridLength.Auto, but there is no equivalent to "*". Is that b...
Addis asked 21/7, 2010 at 8:49

1

Solved

I need to animate this property using a Storyboard. Is writing your own animation is a best choice?
Lolland asked 10/2, 2010 at 18:18
1

© 2022 - 2024 — McMap. All rights reserved.