Yes. Anything you can create in Xaml you can create in code. New it up and then parent it to an existing control. Like in Xaml, the position will depend on its container.
--Rob
Marked as answer byyang2013yangThursday, February 20, 2014 4:50 AM
Yes. Anything you can create in Xaml you can create in code. New it up and then parent it to an existing control. Like in Xaml, the position will depend on its container.
--Rob
Marked as answer byyang2013yangThursday, February 20, 2014 4:50 AM
Thanks,it's just my need,Could you give me some codes?I know the principle but don't code it. I want to control it's size and row and coum and so on in the Grid .