How to set component size % in code (Silverlight)
- by ThePower
How do I set a components Width to be 100% in code in Silverlight.
I don't want to set a constant value because of resolution variability, and the component is initiated in code and was wondering how I could set the width and height in code to be 100%.
Regards,
Lloyd