카테고리 없음
그리드.. gridlength
마피아9
2010. 10. 14. 18:51
Using GridLenghts from code
If you want to add columns or rows by code, you can use the GridLength
class to define the differenz types of sizes.
Auto sized | GridLength.Auto |
Star sized | new GridLength(1,GridUnitType.Star) |
Fixed size | new GridLength(100,GridUnitType.Pixel) |